#FotoAlbum {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 5px;
}

#FotoAlbumMobile {
    display: none;
}

.swiper-button {
    user-select: none;
}

.FotoAlbumMini {
    display: flex;
    width: 100%;
    height: 420px;
}

.FotoAlbumMini .PrethodnaIkonaAp,
.FotoAlbumMini .NarednaIkonaAp,
.FotoAlbumMax .PrethodnaIkonaAp,
.FotoAlbumMax .NarednaIkonaAp {
    flex-basis: 50px;
    flex-shrink: 0;
    background-position: center, center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.NarednaIkonaAp {
    transform: rotate(180deg);
}

.PrethodnaIkonaAp:hover,
.NarednaIkonaAp:hover {
    background-color: whitesmoke;
}

.FotoAlbumMini .PrethodnaIkonaAp,
.FotoAlbumMini .NarednaIkonaAp {
    background-image: url("../images/strelica-levo-foto-album.svg");
}


.FotoAlbumMini .swiper-container, .FotoAlbumMini .swiper,
#SwiperApMax {
    flex: 1;
}

.PrethodnaIkonaAp:focus,
.NarednaIkonaAp:focus {
    outline: none;
}

.swiper-button-disabled {
    opacity: .5;
    filter: grayscale(100%);
}

.swiper-button-disabled:hover {
    background-color: unset !important;
    cursor: auto;
}

.swiper-slide {
    height: 100% !important;
    width: auto !important;
}

/* Max foto-slajder*/

#MaksSlajderContainer1 {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(50, 50, 50, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.MaksSlajderWrapper {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: calc(100% - 80px);
    height: 95%;
}

#ZatvoriFotoAlbumMax1 {
    width: 30px;
    height: 30px;
    background-image: url('../images/close-belo.svg');
    background-size: cover;
    align-self: flex-end;
    /*background-color: white;*/
    margin-bottom: -30px;
    margin-right: -35px;
    transition: all .3s;
    cursor: pointer;
}

#ZatvoriFotoAlbumMax1:hover {
    transform: rotate(180deg);
}


.FotoAlbumMax {
    display: flex;
    width: 100%;
    /*height: calc(100% - 50px);*/
    height: 100%;
    background-color: white;
}

.FotoAlbumMax .PrethodnaIkonaAp,
.FotoAlbumMax .NarednaIkonaAp {
    background-image: url('../images/strelica-levo-foto-album.svg');
}

#SwiperMVpro {
    padding: 20px 0;
    flex: 1;
}

#SwiperMVpro .swiper-slide {
    width: 100% !important;
    height: 98% !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid white;
}

.Vidljiv {
    display: flex !important;
}

@media screen and (max-width: 1023px) {

    #FotoAlbumDT {
        display: none;
    }
    #FotoAlbumMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #FotoAlbumMobile img {
        width: 95%;
        height: auto;
        margin: 5px 0;
    }
}