.header-logo {
    content: url("/img/header-logo.png");
}

@media (min-width: 767px) {
    .llm-img {
        background: url("/img/llm-bg.jpg");
    }
}

@media (max-width: 767px) {
    .analysis-img-small {
        content: url("/img/analysis-small.jpg") !important;
    }

    .llm-img-small {
        content: url("/img/llm-small.png") !important;
    }
}

#image-analysis {
    height: 635px;
    background: url("/img/samarbeidsplattform-bg.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #000;
}


#language-models {
    background: url("/img/speech-bg.png") !important;
    background-attachment: fixed !important;
    background-position: right !important;
    position: relative !important;
    background-position-x: 0 !important;
}