  .video-spotlight {
    max-width: 48rem;
    background-color: #f0eeea;
    box-shadow: 0 1.5rem 0 -1rem #e2ded7;
    padding: 1rem;
}
.video-spotlight .video-spotlight-content {
    display: flex;
    flex-direction: row;
}
.video-spotlight-content .video-image {
    width: 50%;
    padding: 0;
}
.video-spotlight-content .video-content {
    width: 50%;
    padding: 0 0 0 1rem ;
}
.video-content .video-title {
    /*font-size: 1.125rem;*/
    font-size: clamp(1rem,1.375vw,1.125rem);
    font-weight: 700;
    color: #8a0000;
    line-height: 1.25;
    padding-right: .5rem;
}
.video-content .video-descr {
    /*font-size: 0.95rem;*/
    font-size: clamp(.75rem,1.25vw,.95rem);
    line-height: 1.5;
    padding-right: 2rem;
    margin-top: .5rem;
}
.video-content .video-descr p {
    line-height: 1.35;
}
.video-content .video-link {
    margin-top: 0.35rem;
    display: inline-block;
    /*font-size: 1rem;*/
    font-size: clamp(.85rem,1.25vw,1rem);
    line-height: 1;
    padding-right: 2.25rem;
    vertical-align: bottom;
}
@media only screen and (max-width: 82.5rem) {
    .video-spotlight .video-spotlight-content {
        flex-direction: column;
    }
    .video-spotlight .video-spotlight-content > div {
        width: 100%;
        padding: .25rem 0 0 0;
    }
    .video-spotlight-content .video-image {
        width: 100%;
        padding: 0 !important;
    }    
    .video-content .video-title {
        margin-top: 0.5rem;
        font-size: 1.125rem;
    }
    .video-content .video-descr {
        font-size: .95rem;
    }
    .video-content .video-link {
        font-size: 1rem;
    }
}
.user-markup .video-spotlight-content .video-image img {
    margin: 0 !important;
    padding: 0 !important;
}
#article .video-spotlight-content .video-image img {
    margin: 0 !important;
    padding: 0 !important;
}