.location-page .section--features-overview::after {
  content: "";
  display: block;
  width: 100vw;
  margin-top: -400px;
  aspect-ratio: 16/5;
  background: url("../img/kaiseimaru_bg.png") center/contain no-repeat;
}
@media (max-width: 1024px) {
  .location-page .section--features-overview::after {
    margin-top: -100px !important;
  }
}/*# sourceMappingURL=location-kaiseimaru.css.map */