/* Large Devices (Desktops & Laptops) */
@media (min-width: 1200px) and (max-width: 1299px) {}


/* Medium Devices (Landscape Tablets & Medium Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
    #video-gallery .non-mobile .row {
        height: 350px;
    }

    .topics-row .video .video-overlay h5 {
        font-size: 2rem;
    }
}


/* Small Devices (Portrait Tablets & Small Desktops) */
@media (min-width: 768px) and (max-width: 991px) {
    #home .video {
        height: 80% !important;
        width: 90% !important;
    }

    #home #ios-app-download {
        height: 40px;
    }

    #home #google-app-download {
        height: 40px;
    }

    .topics-row .video .video-overlay h5 {
        font-size: 2rem;
    }

}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 767px) {

    #home-video-single .video {
        height: 95% !important;
        width: 95% !important;
    }

    #home-vp-left {
        top: 30% !important;
        height: 30%;
    }

    #home-vp-text {
        top: 20% !important;
    }

    .mobile {
        display: block;
    }

    .non-mobile {
        display: none;
    }

    .video-overlay {
        opacity: 1;
    }
}


/* Extra Small Devices (Portrait Phones & Smaller Devices) */
@media (max-width: 480px) {

    #tagline {
        font-size: 2.5rem;
    }

    .section-header h5 {
        font-size: 2rem;
    }
    
    #home #ios-app-download {
        height: 40px;
    }

    #home #google-app-download {
        height: 40px;
    }

}


/* Extra Small Devices (Portrait Phones & Smaller Devices) */
@media (max-width: 320px) {


}