@media screen and (max-width: 991px) {
    .static-banner {
        height: 1400px;
    }

    .static-banner-image {
        background: url(/paginas-especiais/imagens/amora-plus041-grande-new.png) no-repeat center top;
    }

    .static-banner-image {
       left: 0px;
    }

    .half-colom-right-section {
        text-align: center;
    }

    .area-outros-produtos p {
        height: 130px;
    }

    .barra-botoes {
        margin-top: 10px;
    }
}

@media screen and (max-width: 394px) {
    .static-banner {
        height: 1100px;
    }

    .static-banner-image {
        background-size: 90%;
        height: 445px;
    }

    .banner-caption h1 {
        font-size: 50px;
    }

    .banner-caption h2 {
        font-size: 14px;
    }

    .banner-caption p {
        font-size: 60px;
    }

    .icones {
        padding: 0px !important;
    }

    .banner-caption {
        left: 0px;
    }

    .static-banner .slide-button {
        display: block;
        min-width: initial;
        width: 100%;
    }
}