/* @group Side by side
------------------------------------ */

@media only screen and (min-width: 0) and (max-width: 960px) {
}
@media only screen and (min-width: 961px) {
    .side-by-side-image-video article {
        width: 50%;
    }
}
@media only screen and (min-width: 1441px) {
}

/* @end */
