/* Mobile footer rose: align the bloom center with the main title. */
@media (max-width: 620px) {
  .site-footer {
    background-image:
      linear-gradient(rgba(7, 22, 37, 0.5), rgba(7, 22, 37, 0.5)),
      url("/diffwhale-footer-rose-v7.webp");
    background-position: center, center 57.5%;
    background-size: cover, auto 200%;
  }
}
