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

.blog2 {
    padding: 0 15px!important
}

.blog2 .item-blog {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 60px !important;
    z-index: 1;
}

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

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

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