body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.container span {
  position: absolute;
  cursor: pointer;
}
.container span:hover {
  box-shadow: inset 0 0 25px 2px black;
}
.container .img1 {
  top: 13.1%;
  left: 17.1%;
  width: 83%;
  height: 64.4%;
  background-size: auto 64%;
  z-index: 0;
}
.container .img2 {
  z-index: 1;
  top: 26.4%;
  left: 33.7%;
  width: 26.9%;
  height: 11.4%;
  background-size: 293px auto;
}
.container .img3 {
  top: 55.1%;
  left: 32.7%;
  width: 27.5%;
  height: 23.5%;
  background-size: 293px auto;
  z-index: 2;
}
.container img {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ui-dialog {
  width: 200px !important;  
  top: 0px !important;
  left: 0 !important;
  height: 100% !important;
  overflow: auto !important;

}
.ui-dialog .imgs {
  display: block;
  gap: 20px;
}
.ui-dialog .imgs a {
  width: 16.6%;
}
.ui-dialog .imgs a img {
  width: 100%;
}

.ui-dialog-title {
  background-color: #f7f4f4;
}

.ui-widget-header {
  background-color: #f7f4f4 !important;
}/*# sourceMappingURL=style.css.map */