.threat-image-wrapper{aspect-ratio:585/727;height:clamp(400px,100vh,800px);overflow:hidden;position:relative;width:clamp(300px,100%,100%)}.threat-image-wrapper .threat-background-image,.threat-image-wrapper .threat-front-image,.threat-image-wrapper .threat-main-image{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.threat-image-wrapper img{height:100%!important;object-fit:cover;width:100%}.threat-image-wrapper .threat-front-image{opacity:0;transition:opacity .6s ease,filter .3s ease}.threat-image-wrapper .threat-main-image{transform:translateY(100%);transition:transform .6s ease,filter .3s ease}.threat-image-wrapper.punch-animation-start .threat-front-image{opacity:1}.threat-image-wrapper.punch-animation-start .threat-main-image{animation:threatMainFloat 3s ease-in-out infinite;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));transform:translateY(0)}.threat-image-wrapper .threat-front-image{filter:drop-shadow(10px 22px 1px rgba(0,0,0,1))}@keyframes threatMainFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:989px){.threat-image-wrapper{aspect-ratio:unset;height:300px;width:100%}.threat-image-wrapper .threat-background-image img{object-fit:cover}.threat-image-wrapper .threat-front-image img,.threat-image-wrapper .threat-main-image img{object-fit:contain}}