/**
 * Full Video Block - Frontend Styles
 * These styles are loaded on the frontend
 */

.full-video-wrap { padding-bottom: 26.25%;position: relative; }
.full-video-wrap video { position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; opacity: 0.65; }

@media only screen and (max-width: 1440px) {
    .full-video-wrap {padding-bottom: 34.75%;}
}