@media(max-width: 768px) {
    div#banner {
        margin-top: 0;
    }
    #slideshowcontent {
        height: 300px !important;
        margin-top: 120px;
    }
    #slideshowcontent li {
        background-size: cover !important;
        width: 100% !important;
        background-position: center center;
        background-image: url(/img/banner.webp);
        display: list-item !important;
        height: 300px !important;
    }
    .slideshow-bottom-gradiante {
        height: 300px;
    }
    .brands-posicao {
        margin-top: 0px;
    }
    #divbrands > div > div {
        overflow: hidden;
    }
}

@media(min-width: 1200px) {
    .mobile-top-bar {
        display: none;
    }
}
