﻿/*
* ----------------------------------------------------------------------------------------
* 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;
        margin-top: 5px;
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 26px !important;
        left: 45px;
        position: absolute;
        top: 85px;
        max-width: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 29px !important;
        left: 45px;
        max-width: 315px;
        top: 109px;
    }

    .footnotes {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 36px !important;
        left: 45px;
        max-width: 378px;
        top: 133px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 1px) {
    .jw-title > div.jw-title-primary.jw-reset-text {
        font-size: 10px;
    }

    .video-list {
        font-size: 12px;
    }

    .desktop--products-hover img {
        margin: 0 1px;
    }

    .desktop--products-hover {
        display: none;
    }

    .footnotes {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .fp-p {
        margin-top: 0;
    }

    .hidden-sm {
        display: initial !important;
    }

    .product-feature-subtitle.fusion {
        font-size: 20px;
    }
    .product-subtitle-description {
        width: 1065px;
    }
}

@media only screen and (min-width: 992px) {
    .jw-title > div.jw-title-primary.jw-reset-text,
    .video-list {
        font-size: 14px;
    }

    .product-feature-subtitle.fusion {
        font-size: 25px;
    }
    .product-subtitle-description {
        width: 1085px;
    }

    .desktop--products-hover img {
        margin: 0 10px;
    }

    .desktop--products-hover {
        display: block;
    }

    .footnotes {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1200px) {
}





/*# sourceMappingURL=5mm-fusion.css.map */
