#upload-demo-wrapper {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border: 1px solid #aaaaaa;
    margin-bottom: 50px;
    position: relative;
}

#upload-demo.ready {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

#upload-btn,
#upload-btn * {
    cursor: pointer;
}

#upload-btn {
    overflow: hidden;
    height: 35px;
    position: relative;
    display: inline-block;
    font-size: 1em;
    margin-bottom: 15px;
}

.news-cover-widget span.choose-img-label {
    font-size: 16px;
}

.news-cover-widget input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 1000px !important;
}

.news-cover-widget img[src][src=""] ~ input {
    width: 0;
    height: 0;
    bottom: unset;
    font-size: unset;
}

.news-cover-widget span.remove-chosen-img {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.15);
    color: #b33c3c;
    cursor: pointer;
    z-index: 1000;
}

.news-cover-widget {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    margin: 10px 5px;
    color: lightgray;
}