/*
Theme Name: Young Invincibles
Theme URI: n/a
Description: theme for younginvincibles.org
Author: Liberty Concepts, Inc.
Author URI: http://www.libertyconcepts.com
Version: 3
*/

@import "dist/assets/css/app.css";

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:0 !important;
    margin: 0 !important;
}

.video-container .embed-container {
    padding-top:0 !important;
    margin-top: 0 !important;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#hero-banner .controls {
    position: absolute;
    bottom: 10px;
    left: -10px;
    border-radius: 5px;
    z-index: 25;
}

#hero-banner button {
    background: none;
    border: none;
    cursor: pointer;
    padding:0;
    min-width: unset !important;
}

#hero-banner .icon {
    width: 40px;
    height: 40px;
    fill: white;
    margin: 0 10px;
}

#hero-banner.hero-banner-video .banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    height: 100%;
}

#hero-banner.hero-banner-video {
    position: relative;
    aspect-ratio: 16 / 9;
    height:unset !important
}

#hero-banner .page-header {
    position:absolute;
}

.desktop-only {
    display: none;
}

@media screen and (min-width: 768px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #hero-banner.hero-banner-video {
        position:relative;
        margin-top:90px;
    }
    #hero-banner .controls {
        left:15px;
    }
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}