.hero-product-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:200px;padding:5px;width:100%}.hero-product-image{animation:slideUpFade 1.5s cubic-bezier(.25,.8,.25,1) forwards;opacity:0;transform:translateY(50px)}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}