:root{--hero-video-width-mobile:300vw;--hero-video-width-desktop:120vw;--hero-video-min-width-mobile:300%;--hero-video-min-width-desktop:120%;--hero-video-height-mobile:100vh;--hero-video-height-desktop:120vh}.hero-mux-player-wrap{height:100%;width:100%}.hero-mux-player-wrap mux-player{--controls:none;--media-object-fit:cover;--media-object-position:center center;display:block;width:100%;height:100%;border-radius:0;pointer-events:none;aspect-ratio:16/9}.hero-mux-player-wrap mux-player::part(gesture-layer){display:none}.hero-mux-player-wrap mux-player::part(bottom),.hero-mux-player-wrap mux-player::part(center),.hero-mux-player-wrap mux-player::part(top){display:none}.mux-portfolio-player-wrap mux-player{--media-object-fit:contain;display:block;width:100%;height:100%;border-radius:0}.animate-fade-up{animation:fadeUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn 1s ease-out forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}