/* Mobile project entry: preserve the desktop up-right SVG direction. */
@media (max-width: 720px) {
  body.home-page .enter-icon svg {
    transform: none !important;
  }
}
