/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.map {
  aspect-ratio: 16/9;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .map {
    aspect-ratio: 4/3;
  }
}
.map div {
  box-sizing: content-box;
  position: static;
}

.cta-has-map .map {
  aspect-ratio: 4/3;
}
