
@media (orientation: landscape) {
  .dialogWrapInner .overlayImageBlockImg img {
    max-height: calc(100vh - 9.375rem);
    width: auto;
  }
}