html .dermaco-special-banner{
    width: 41.667vw;
    margin: auto;
    padding-bottom: 9.85vw;
}
html .boat-last-banner{
    margin-bottom: -4.92vw !important;
}
@media  (max-width:767px) {
    html .dermaco-special-banner{
        width: 100%;
    }
    html .boat-last-banner{
        margin-bottom: 4.48vw !important;
    }
}