#bg-img {
    /* background-color: var(--theme-dark-2); */
    background-size: cover;
    background-position: center;
}

@media (width <= 320px) and (height <= 212px) {
    #bg-img {
        background-image: url('/NH0_4416-320.jpeg');
    }
}

@media (width <= 640px) and (height <= 424px) {
    #bg-img {
        background-image: url('/NH0_4416-640.jpeg');
    }
}

@media (width <= 1280px) and (height <= 848px) {
    #bg-img {
        background-image: url('/NH0_4416-1280.jpeg');
    }
}

@media (width > 1280px) or (height > 848px) {
    #bg-img {
        background-image: url('/NH0_4416.jpeg');
    }
}
