.gallery {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.gallery-item img:not(.epa-gallery-img) {
  display: none !important;
}

.gallery-item img {
  width: 100% !important;
}

.gallery-item {
  /* Styles */
}


