.fancybox-tour360 .fancybox__slide {
  padding: 2vh 2vw;
}

.fancybox-tour360 .fancybox__content {
  width: 96vw !important;
  height: 92vh !important;
  max-width: 96vw;
  max-height: 92vh;
  padding: 0;
  background: #000;
}

.fancybox-tour360 .fancybox__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.fancybox-tour360 .fancybox__backdrop {
  background: rgba(15, 24, 17, 0.9) !important;
  backdrop-filter: blur(10px);
}
