.gallery-section {
  padding: 0 0 80px;
}
.gallery-section .col-sm-12 {
  padding: 0;
}
.gallery-section .slide {
  padding: 0 40px;
}
.gallery-section .grid-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.gallery-section .grid-images.hidden-section {
  display: none;
}
.gallery-section .gall-image {
  display: block;
  box-sizing: border-box;
  height: 311px;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 0 3%;
  margin-bottom: 50px;
}
.gallery-section .gall-image:hover, .gallery-section .gall-image:focus {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .gallery-section .gall-image {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .gallery-section .gall-image {
    width: 33.3333333333%;
  }
}
.gallery-section .gall-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .gallery-section .gall-image img {
    height: 100% !important;
  }
}
.gallery-section .gall-image img {
  width: 100%;
}
.gallery-section a.btn {
  margin-right: 50px;
}
.gallery-section a.btn:last-of-type {
  margin-right: 0;
}