#sakura .sx-menu{white-space:nowrap;flex-shrink:0}
#sakura .sx-hero-visual img{height:auto}
#sakura .sx-breadcrumb br{display:none}

/* Keep original photo framing across desktop and mobile. */
#sakura img{object-position:50% 50%}
#sakura .sx-hero-visual img{object-fit:contain}
#sakura .sx-card>img{height:auto;aspect-ratio:3/4;max-height:560px;object-fit:contain;background:#100e16}
#sakura .sx-split .sx-photo{width:auto;height:auto;max-width:100%;max-height:660px;object-fit:contain;justify-self:center;margin-inline:auto}
#sakura figure>img{height:auto!important;object-fit:contain}
@media(max-width:600px){
#sakura .sx-card>img{max-height:none}
#sakura .sx-split .sx-photo{width:auto;max-width:min(100%,420px);max-height:none}
}