.conteiner-principal .secao-banners .conteiner {
    border-top: 1em solid #ff3900;
    border-bottom: 1em solid #ff3900;
    max-height: 15em;
    background-color: #020202;
    margin-top: -2px;
}

.conteiner-principal .secao-banners .row-fluid.banner.cheio img {
    max-height: 15em;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 768px) {
    .conteiner-principal .secao-banners .row-fluid.banner.cheio ol {
        display: none;
    }

    .conteiner-principal .secao-banners .conteiner {
        max-height: 20em;
    }

    .conteiner-principal .secao-banners .row-fluid.banner.cheio img {
        max-height: 20em;
        object-fit: cover;
        height: 7.5em;
    }
}