.jdb::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/biggie3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.jdb2::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/backis2superwide.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tops {
    background-image: url('assets/img/grupp2000cut.webp ')!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    max-height: 1014px;
    min-height: 620px;
}

@media (max-width:767px) {
    .jdb::before {
        background-image: url('assets/img/biggie3mobo.webp ')!important;
    }

    .jdb2::before {
        background-image: url('assets/img/backis2mobo.webp ')!important;
    }

    .tops {
        background-image: url('assets/img/grupp700mobo.webp ')!important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        min-height: 550px;
    }
}

txtsh {
    text-shadow: 2px 1px 2px rgba(2, 2, 2, 0.88);
}

.txtsh {
    text-shadow: 2px 1px 2px rgba(2, 2, 2, 0.88);
}

.arv {
    background-image: url('assets/img/kanslaniarv.webp');
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 400px !important;
}

.logbg {
    background-image: url('assets/img/jubileumslogo2025.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.certi {
    background-image: url('assets/img/certifikatish.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    min-height: 260px;
}