.featuredBox.featuredBox__video {
    background: #000;
}

@media (min-width: 660px) {
    .featuredBox__video {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 905px) {
    .featuredBox.featuredBox__video {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
        width: 65.4%;
    }
}

.featuredBox__videoContainer {
    margin: 0 auto;
    max-width: 645px;
}
