.containers{
    margin: 0;
    height: 1335px;
}


.containers .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.gallery {
  display: grid !important;
  grid-template-columns: 20% 20% 20% 20% 20%;
  height: 100px;
  

}
.gallery a img{
  width: 100% !important;
  /* height: 150px  !important; */
  object-fit: cover;
  height: 100% !important;

}
.containers .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}
@media (max-width:600px){
  .containers{
    margin: 0;
    height: 1295px;
}

}