.gallery .gallery_block img{
      height: 100%;
    object-fit: cover;
}
@media (max-width:767px){
  .gallery .container{
    padding:0;
  }
}