.so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
}
@media (max-width: 768px) {
  .so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 500px) {
  .so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery-item {
  cursor: pointer;
  height: 550px;
}
@media (max-width: 768px) {
  .so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery-item {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery-item {
    height: 350px;
  }
}
.so-widget-so-custom-gallery-default-d75171398898-442 .so-custom-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}