﻿
/*
    Banners
*/

.banner [class*='col-'][style*='padding-left:45px'] {
    padding: 0 45px !important;
}

@media only screen and (min-width : 550px) and (max-width : 950px) {
    .sales-and-customer-service .banner h1 > [style*='font-size:5.625rem;'] {
        font-size: 4.5rem !important;
    }
}

@media only screen and (max-width : 768px) {
    .tutorials .banner > .row {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width : 575px) {
    .banner [class*='col-'][style*='padding-left:45px'] {
        padding: 0 25px !important;
    }
}

@media only screen and (max-width : 550px) {
    .banner h1 > [style*='font-size:5.625rem;'] {
        font-size: 4rem !important;
    }
}

@media only screen and (max-width : 400px) {
    .banner h1 > [style*='font-size:5.625rem;'] {
        font-size: 2.5rem !important;
    }
}

.shower-products .rounded-box .link-button-red-rounded {
    text-transform: initial;
    font-size: .7rem;
}