/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@media (min-width: 981px) {
  .maps {
    display: flex;
    gap: 2em;
    align-items: center; } }

.maps .map {
  position: relative; }
  @media (min-width: 981px) {
    .maps .map {
      flex: 1; } }
  .maps .map .image {
    position: relative;
    overflow: hidden;
    padding-top: 70%; }
    .maps .map .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      inset: 0; }
  .maps .map .caption {
    display: block;
    text-align: right; }

/*# sourceMappingURL=maps.css.map */
