.carrousel__elemento img {
    height: 220px;
}

@media (max-width: 500px) {
    .carrousel__elemento img {
        height: 180px;
    }
}