/** Shopify CDN: Minification failed

Line 28:29 Expected ")" to end URL token

**/
.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%;
}
.top-20 .back-ground-fair-tone{
    top:-20% !important;
}

.left-text-with-image .banner-section.tallheight{
    height: 60vh;
    min-height: 600px;
}
.men .left-text-with-image .back-ground-fair-tone
{
    height: 792px !important; 
    background-image: url({{ section.settings.background_imagetone }});
    background-size: 100% 100%;
}
@media (min-width:992px){
    .left-text-with-image .banner-section.tallheight{
        height: 60vh;
        min-height: 650px;
    }
    .men .left-text-with-image .back-ground-fair-tone
    {
        height: 992px !important; 
    }
}
