.construction-gallery {
  padding: 50px 100px 10px;
}

.construction-gallery .row {
  margin-left: 0;
  margin-right: 0;
}

.construction-gallery .col-md-4 {
  padding: 25px;
}

.lightbox-square .lightbox-item {
  width: 100%;
  height: inherit;
  position: relative;
  overflow: hidden;
}

.lightbox-square .lightbox-item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.lightbox-square .lightbox-item img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: 50% 50%;
}

@media (max-width: 768px) {
  .construction-gallery {
      padding: 30px 10px 0;
  }

  .construction-gallery .col-md-4 {
    padding: 12.5px 10px;
  }
}
