.modal-image.dual {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}

.modal-image.dual img {
  height: 260px;
  transform: scale(1.25);
}

@media (max-width: 850px) {
  .modal-image.dual img {
    height: 160px;
  }
}
