.item{padding: 10px;}
.item img{height: 250px; width: 200px;}
.owl-theme .owl-nav.disabled + .owl-dots{display: none !important;}

@media only screen and (max-width: 650px) {
   .item img{height: 160px; width: 200px;}
   .item{padding: 0px;}
   body:not(.search-results) article:not(.type-page) .entry-content{
   	width: 80% !important;
   }
}
@media only screen and (max-width: 800px) {
   .item img{height: 180px; width: 200px;}
   .item{padding: 0px;}
   body:not(.search-results) article:not(.type-page) .entry-content{
   	width: 80% !important;
   }
}
@media only screen and (max-width: 920px) {
   body:not(.search-results) article:not(.type-page) .entry-content{
   	width: 80% !important;
   }
}