/*
 Theme Name: Twenty Seventeen Child
 Template: twentyseventeen
*/

/* Force the video wrapper to stay visible on mobile screens */
@media screen and (max-width: 48em) {
    .wp-custom-header iframe,
    .wp-custom-header video,
    .wp-custom-header .wp-custom-header-video-button {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Ensure the fallback placeholder image hides when video plays */
    .has-header-video .custom-header-media img {
        display: none !important;
    }
}


@media screen and (max-width: 48em) {
    /* Keep the video container and elements completely visible */
    .wp-custom-header iframe,
    .wp-custom-header video,
    .wp-custom-header .wp-custom-header-video-button {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Hide the default static mobile banner picture so the video can show through */
    .has-header-video .custom-header-media img {
        display: none !important;
    }
}



