#static-img-container {position: relative;z-index: -1;}#static-img-container .background-image {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: -1;object-fit: cover;}#static-img-container:before {content: "";position: fixed;display: block;height: 100%;width: 100%;background: #000;opacity: 0.5;top: 0;left: 0;z-index: 1;}