.photo-wrapper{position:relative;width:fit-content}.photo-halo{position:absolute;inset:-1.5rem;border-radius:60% 40% 55% 45% / 50% 60% 40% 50%;background:linear-gradient(to bottom right,rgba(255,192,203,0.6),rgba(135,206,250,0.6),rgba(144,238,144,0.6));opacity:0.7;z-index:0;animation:float 6s ease-in-out infinite}.photo-img{position:relative;display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:60% 40% 55% 45% / 50% 60% 40% 50%;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);z-index:1}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}