.banner_new{
    max-width: 58.333333%;
}

@media screen and (max-width: 425px) {
    .banner_new{
        max-width: 100% !important;
        width: 100%;
    }

    .blog-titulo{
        font-size: 1.8rem !important;
        font-weight: bold;
    }

    iframe{
        width: 100% !important;
        height: auto !important;
    }
}
iframe{
    width: 100% !important;
}


.contenido > p > img{
    max-width: 100%;
    height: auto;
}

.contenido > p {
        font-size: 14px;
}

