.blog3 .blog-foto {
    height: 425px;
    background-size: cover;
    background-position: center
}

.blog3 {
    padding: 0 15px 10px!important
}

.blog3 .item-blog {
    width: 100%;
    max-width: 625px;
    margin: 0 auto 50px !important;
    z-index: 1;
}

.blog3 .blog-titulo .corTxt {
    max-height: 100%;
}

@media only screen and (max-width:768px) {
    .blog3 .blog-foto {
        height: 325px;
        background-size: cover;
        background-position: center
    }
    .blog3 {
        padding: 0!important;
    }
}

@media only screen and (max-width:480px) {
    .blog3 .blog-foto {
        height: 225px;
        background-size: cover;
        background-position: center
    }
}