/* Estilos para o módulo ciclo-do-agro */

.video-home-yt{
    width: 100%;
    height: 300px;
    border-radius: 15px !important;
}

@media(max-width:992px){
    .video-home-yt{
        height: 200px;
    }
}