@media only screen and (min-width: 1025px) {
    .d-xl-none.menu-item {
        display: none!important;
    }
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 1201px) { 
  
    .vetiver-blog-list article.post .col-5 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .vetiver-blog-list article.post .col-7 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    .vetiver-blog-list article.post .col-5 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .vetiver-blog-list article.post .col-7 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	img.vtv-mw-medium {
		max-width: 100%;
	}
}
@media only screen and (max-width: 479px) { 
    .vtv-comments-area .comment-reply-title {
        float: none;
    }
	img.vtv-mw-medium {
		max-width: 100%;
	}
}