@import url('/assets/product-pages-v13.css');

/* Keep the selected port artwork's controls clear of the hero copy. */
.pd[data-accent="tunnel"] .pd-hero-banner {
  background-size: auto 100%;
}

@media (max-width: 760px) {
  .pd[data-accent="tunnel"] .pd-hero-banner {
    background-position: 42% 44%;
    background-size: 112% auto;
  }
}
