﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {    
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 32px;
        left: 45px;
        max-width: 295px;
        position: absolute;
        top: 51px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 34px;
        left: 45px;
        max-width: 295px;
        top: 84px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 44px;
        left: 45px;
        max-width: 330px;
        top: 104px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .green-underline {
        color: #6CC049;
        text-decoration: underline;
    }

    .responsive-img {
        display: block;
        margin: 0 auto;
        max-width: 215px;
    }

    .jw-title > div.jw-title-primary.jw-reset-text,
    .video-list {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {

    .responsive-img {
        display: block;
        margin: 0 auto;
        max-width: 215px;
    }

    .products-stealth-container--detailed img {
        display: block;
        height: auto;
        margin: 0 auto;        
        width: 100%;
        max-height: 132px;
    }

    
}

@media only screen and (min-width: 992px) {
    

    

    .responsive-img {
        display: block;
        margin: 0 auto;
        max-width: 215px;
    }

    .jw-title > div.jw-title-primary.jw-reset-text,
    .video-list {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {  

    .responsive-img {
        display: block;
        margin: 0 auto;
        max-width: 215px;
    }

    .products-stealth-container--detailed img {
        max-height: 144px;
    }
}


