.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/home_background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media (hover: hover) and (pointer: fine){.hero-background{background-attachment:fixed}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;animation:pulse 5s infinite}@keyframes pulse{0%{background-color:#0006}50%{background-color:#00000080}to{background-color:#0006}}
