.categoria{
    min-height: 200px;
}
iframe{
    max-width: 100%;
}
@media screen and (min-width:47em){
    .modal-dialog {
        max-width: 700px;
    }
    .categoria{
        min-height: auto!important;
    }
}
@media screen and (max-width:47em) {
    .divisor-novedades .circle-2{
        right: 0;
    }
    .divisor-novedades .circle-2{
        right: 0;
    }
}
@media screen and (min-width:60em){
    .grandes h3{
        font-size: 6.25em;
    }
    .medianos h3{
        font-size: 3.50em;
    }
}