@media (max-width: 900px) and (orientation: portrait) {
    .banner-overlay h1 {
        font-size: 28px;
    }

    .carrossel {
        aspect-ratio: 16 / 7;
    }
}
