.full-width-image {
  position: relative;
  padding-bottom: 0;
}

.template-page-swans-bar .full-width-image {
  padding-bottom: var(--hh-space-3xl);
}

.full-width-image svg {
  bottom: 0;
  margin: 0 var(--hh-space-sm);
  position: absolute;
}

@media screen and (min-width: 750px) {
  .full-width-image svg {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: max(450px, 31vw);
  }
}
