.only_image_section{margin:0 auto;max-width:100%;width:100%;display:flex;}
.only_image_section div{position:relative;}
.only_image_section img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:top;}

@media (min-width: 992px){
  .only_image_section div{flex:1;padding-bottom: 29.844%;}
}
@media (max-width: 991px){
  .only_image_section{flex-wrap: wrap;justify-content: center;}
  .only_image_section div{width:50%;padding-bottom: 110.4%;}
}
@media (max-width: 767px){
.only_image_section div{width:100%;}
}