img {
  max-width: 100%;
  height: auto;
}

.breakout {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.button {
  border: 1px solid #1f2f74;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
}

.navbar-brand img {
  max-width: 200px;
}

.offcanvas-body {
  justify-content: flex-end;
}

.container {
  max-width: 1140px;
}

.webform-gmap-field-canvas {
  width: 100%;
}

.view-artwork-list img,
.view-artwork-list-search img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  margin-top: auto;
  background-color: #8290cd !important;
}

.site-footer__bottom {
  border: none;
  margin: 0;
}/*# sourceMappingURL=style.css.map */