<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @global
 * Globally used variables
 */
/**
 * @colours
 * Colour palette main
 */
/**
 * @file
 * Main Style.
 */
.coh-iframe {
  width: 100%;
  height: 700px;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .coh-iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .coh-iframe {
    height: 300px;
  }
}
/*# sourceMappingURL=../maps/components/virtual-tour.css.map */
</pre></body></html>