﻿.tamanho-carrosel
{
    height: 30rem;
}

@media(max-width:500px) {
    .tamanho-carrosel {
        height: 50rem;
    }
}