.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }



.home {
background-image:url(../images/bg.jpg)}


.pic img{ height: 200px; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.article img{ height: 220px; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.article2 img{ height: 80px; width:100%; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.bwb-article-img-container #article2 img{ height: 80px; width:100px; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.chhattisgarh img { height: 180px; width:100%; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.photo-gallery img { height: 200px; width:100%; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.our-clints img { height: 110px; }

.original-image {
  margin-bottom: 50px;
}

.image {
  float: left;
  width: 40%;
  margin: 0 30px 20px 0;
  
  &:nth-child(2n) {
    clear: left;
  }
  
  &:nth-child(2n+1){
    margin-right: 0;
  }
}