#container-main .container-center > div {
    padding-top: 80px;
}


#container-main .container-center > div h1 {
    width: 597px;
}

#container-main .container-center, #container-main .container-sx div, #container-main .container-dx div {
    height: 600px;
}

#container-main .container-center {
    background-image: url('../../../images/frontend/graphic-pages/wine-and-climate/center.jpg');
    background-size: 1110px 600px;
}


#container-main .container-sx div {
    background-image: url('../../../images/frontend/graphic-pages/wine-and-climate/sx.jpg');
    background-size: 1px 600px;
}

#container-main .container-dx div {
    background-image: url('../../../images/frontend/graphic-pages/wine-and-climate/dx.jpg');
    background-size: 1px 600px;
}

.rounded-box {
    border: 0 !important;
    height: 238px;

}

.rounded-box img {
    margin: 14px 20px 0 20px;
}

#chemical .rounded-box {
    height: 512px;

}

@media screen and (max-width: 1280px) {
    #container-main .banner-mobile img {
        content: url('../../../images/frontend/graphic-pages/wine-and-climate/center-mobile.jpg');
    }

    #chemical .rounded-box {
        height: unset;
    }

    .rounded-box {
        height: unset;
    }

}
