/**
 * @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 */
