/* Productpagina Impressies (niet impressies.html): 2 kolommen, zero gap, contain, hover, shield */
.mooqs-prod-imp-gallery-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
}
.mooqs-prod-imp-gallery {
  column-count: 2;
  column-gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #000;
}
.mooqs-prod-imp-cell {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #000;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.mooqs-prod-imp-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--media-ratio, 16 / 9);
  background-size: contain;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transform: scale(1);
  transition: transform 0.4s ease;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.mooqs-prod-imp-cell:hover .mooqs-prod-imp-media {
  transform: scale(1.03);
}
.mooqs-prod-imp-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  pointer-events: auto;
}
@media (max-width: 700px) {
  .mooqs-prod-imp-gallery {
    column-count: 1;
  }
  .mooqs-prod-imp-cell {
    width: 100%;
  }
}
