/* The flyer image box (322x486) doesn't match the source image's aspect ratio
   (2828x4000 ≈ 0.707), so the default object-fit:cover crops it. Correcting the
   box height to match the image's aspect ratio shows the full flyer with no crop,
   without moving its anchored position or touching the entrance animation. */
.u-section-2 .u-image-1 {
  height: 455px;
}
