#zoomImageView {
  position: fixed;
  z-index: 41;
  top: 0;
  right: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}

#zoomImageView .zoomImageHeader {
  position: absolute;
  z-index: 43;
  left: 0;
  height: 0;
  width: 100%;
  height: 52px;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#zoomImageView .zoomImageHeader a{
  color: #ffffff;
  font-size: 20px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#zoomImageView .zoomImageContainer {
  background: #000000;
  width: 100%;
  height: 100%;
}

#zoomImageView .zoomImageContents {
  max-height: 100%;
}

#zoomImageView .zoomImageContents img{
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}

#zoomImageView ul {
  margin: 0;
  padding: 0;
}
