body {
    overflow-x: hidden;
}

.bg-img {
    width: 100vw;
    height: 100vh;
    max-height: 685px;
    object-fit: cover;
    filter: brightness(0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}