.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover } /*cless="object-fit_cover"*/
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }



.aaaa img { height: 200px; width:100%; border: 1px solid #ddd; border-radius: 2px; padding: 4px;}
.single-blog-thumb img { height: 200px; width:100%;}
. img { height: 200px; width:100%;}
. img { height: 110px; width:100%;}

.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;
  }
}