.background{position:absolute;width:100%;height:100vh;object-fit:cover;object-position:center;z-index:-10;top:0;left:0;transition:opacity .25s ease-in-out;pointer-events:none}@media only screen and (min-width:601px)and (orientation:portrait){.background{object-fit:contain}}@media only screen and (max-width:600px){.background{object-fit:contain}}.background-video{opacity:0}.background-video--visible{opacity:1}