
.tour-section {
  margin-top: 2rem;
}

.tour-frame-wrapper {
  position: relative;
  width: 100%;
  /* 16:9 aspect ratio, you can use 60% for a bit taller */
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
}

.tour-frame-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
   