#homepage-background-image-container {
    position: fixed;
    width: 100%;
    height: 110vh;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url("../../images/tromsopanoramamidnattsol-small.png");
}

#homepage-background-image {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease-out !important;
}

.loaded {
    opacity: 1 !important;
    transition: opacity 0.5s ease-in-out !important;
}