.app{position:relative;min-height:100vh;overflow:hidden}:root{--focal-x: 78%;--focal-y: 72%}.bg-photo{position:fixed;inset:0;width:125%;height:105%;object-fit:cover;object-position:var(--focal-x) var(--focal-y);z-index:-1;will-change:object-position}@media (max-aspect-ratio: 4/5){:root{--focal-y: 82%}}@media (min-aspect-ratio: 16/9){:root{--focal-x: 82%}}
