/* --------------------------------------------------------------------------
   Football
-------------------------------------------------------------------------- */

.sv_football_content {
    width: 100%;
    min-width: 0;
}

.sv_football_intro {
    margin-top: 0;
}

.sv_football_gallery {
    position: relative;
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    margin-top: var(--space_2);
}

.sv_football_photo {
    position: absolute;
    margin: 0;
    overflow: hidden;
}

    .sv_football_photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* zgoraj levo */
.sv_football_photo_1 {
    top: 0;
    left: 0;
    width: 32%;
    height: 45%;
    z-index: 1;
}


/* zgoraj desno */
.sv_football_photo_2 {
    top: 0;
    right: 0;
    width: 32%;
    height: 45%;
    z-index: 1;
}


/* spodaj levo */
.sv_football_photo_3 {
    bottom: 0;
    left: 0;
    width: 32%;
    height: 45%;
    z-index: 1;
}


/* spodaj desno */
.sv_football_photo_4 {
    right: 0;
    bottom: 0;
    width: 32%;
    height: 45%;
    z-index: 1;
}


/* glavna slika */
.sv_football_photo_5 {
    top: 50%;
    left: 50%;
    width: 68%;
    height: 82%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
