.tour_logo_block {
  margin-bottom: 4rem;
}

.tour_page {
  width: calc(100% - 18.75rem);
  max-width: 1400px;
  margin-bottom: 6rem;
  overflow: visible;
}

.tour_page .heading {
  margin-bottom: 2rem;
}

.tour_frame {
  width: 100%;
  height: min(72vh, 760px);
  min-height: 520px;
  background: #A39382;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.16);
}

#tour_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tour_frame iframe,
.tour_frame canvas {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1200px) {
  .tour_page {
    width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 900px) {
  .tour_logo_block {
    margin-bottom: 3rem;
  }

  .tour_page {
    width: calc(100% - 2rem);
    margin-bottom: 4rem;
  }

  .tour_frame {
    height: 70vh;
    min-height: 420px;
    border-radius: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  .tour_frame {
    height: 68vh;
    min-height: 360px;
  }
}
