.ring-photo{overflow:hidden}
.ring-photo img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center}
.hero-content>*{animation:hero-in .65s ease both}
.hero-content>*:nth-child(2){animation-delay:.08s}
.hero-content>*:nth-child(3){animation-delay:.16s}
.hero-content>*:nth-child(4){animation-delay:.24s}
@keyframes hero-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.hero-content>*{animation:none}}
