.virtual-tour-block {
  iframe {
    @apply w-full aspect-[3/2] mb-12;
  }

  &.light-text {
    @apply text-white;

    .description {
      @apply text-white;
    }
  }
}
