

@media only screen and (min-width: 1000px)
{
.blog_holder article .post_image, .blog_holder article .post_image>a, .blog_holder article .post_image img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .carousel.responsive_height .carousel-inner .slider_content{
        padding-top: 64px;
    }
}