.hero-overlay{z-index:10;will-change:right, bottom;animation:.7s ease-out .3s both hero-overlay-shrink;inset:12px}@keyframes hero-overlay-shrink{0%{z-index:10;bottom:12px;right:12px}99.9%{z-index:10;bottom:calc(33.333% + 8px);right:calc(33.333% + 8px)}to{z-index:-1;bottom:calc(33.333% + 8px);right:calc(33.333% + 8px)}}.hero-thumb{opacity:0;animation:hero-thumb-enter .55s ease-out var(--thumb-delay,0s) forwards;transform:scale(.8)}@keyframes hero-thumb-enter{to{opacity:1;transform:scale(1)}}@media (max-width:767px){.hero-overlay{display:none}.hero-thumb{opacity:1;animation:none;transform:none}}
