@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991.98px) {
  .gallery-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery-item {
  padding: 16px 0px;
  background: #e3e9f2;
}

.gallery-item:nth-child(10n+6),
.gallery-item:nth-child(10n+7),
.gallery-item:nth-child(10n+8),
.gallery-item:nth-child(10n+9),
.gallery-item:nth-child(10n+10) {
  background: #edf1f6;
}

/*# sourceMappingURL=gallery.css.map */
