@media screen {
  .zoom {
    z-index: 1000;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
@media screen and (orientation: landscape) {
  .zoom img {
    height: 90%;
  }
}
@media screen and (orientation: portrait) {
  .zoom img {
    width: 90%;
  }
}

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