.modal-images {
  display: none;
  position: fixed;
  flex-direction: column;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #06152891;
  align-items: center;
}

.modal-images .top-modal-bar {
  width: 100vw;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 3px solid #CCD74D;
}

.image-modal-tel {
  position: absolute;
  right: 35.77px;
}

.modal-images-content {
  position: relative;
  margin-top: 86px;
  padding: 0;
  max-width: 80vw;
  max-height: calc(80vh - 86px);
  overflow: hidden;
  background-color: transparent;
  border: 3px solid #CCD74D;
}

#zone-name {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-images-content .prev,
.modal-images-content .next {
  border-radius: 100px;
  height: 42px;
  width: 42px;
  font-size: 22px;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9A8;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-images-content .prev {
  position: absolute;
  left: 34px;
}

.prev svg {
  transform: rotate(180deg);
}

.modal-images-content .next {
  position: absolute;
  right: 34px;
}

#modalImage {
  max-height: calc(80vh - 150px);
}

.modal-images .close {
  position: absolute;
  top: 135px;
  right: 34.69px;
  color: white;
  font-weight: 100;
  cursor: pointer;
}

.close-icon svg {
  width: 34px !important;
  height: 34px !important;
  stroke-width: 3px;
  fill: red !important;
}

.top-modal-bar {
  background-color: white;
}

@media (max-width: 600px) {
  .modal-images-content {
    max-width: 90%;
  }

  .modal-images .close {
    top: 121px;
    right: 29px;
    font-weight: 100;
    cursor: pointer;
  }
}
