/* Personnalisations - Réduction de 30% de la hauteur de la bannière */

.banner-sm {
    height: 224px !important;    /* 320px - 30% = 224px */
}

@media (max-width: 540px) {
    .banner-sm {
        height: 161px !important;    /* 230px - 30% = 161px */
    }
}
