/* @video */

.video-wrapper {
    @include poly-padding--large;
    

    &__inner {
        max-width: 1024px;
        margin: 0 auto;
    }

    h2 {
        @include poly-margin-bottom;
    }

    .plyr--full-ui input[type=range] {
        @include themify($themes) {
            color: themed('ctaColor');
        }
    }

    .plyr__control--overlaid {
        @include themify($themes) {
            background: rgba(themed('ctaColor'), .8);
        }
    }

    .plyr--video .plyr__control.plyr__tab-focus, 
    .plyr--video .plyr__control:hover, 
    .plyr--video .plyr__control[aria-expanded=true] {
        @include themify($themes) {
            background: themed('ctaColor');
        }
    }

    .plyr__control.plyr__tab-focus {
        @include themify($themes) {
            box-shadow: 0 0 0 5px rgba(themed('ctaColor'), .5);
        }
    }
}