@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.wh75 {
    height: 75vh;
}

.wh66 {
    height: 66vh;
}

.wh34 {
    height: 34vh;
}

.wh80 {
    height: 80vh;
}

.negativer-bot {
    margin-bottom: -10em;
}

.zindex-100 {
    z-index: 100;
}

.zindex-200 {
    z-index: 200;
}

.zindex-300 {
    z-index: 300;
}

.zindex-400 {
    z-index: 400;
}

.zindex-500 {
    z-index: 500;
}

.toscroll {
    transition: background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0);
}

.toscroll.nav-scrolled {
    background-color: rgba(0, 0, 0, 0.58);
}

.container-fluid.galerija a img {
    transition: all 0.5s;
}

.container-fluid.galerija a:hover img {
    transform: scale(1.03);
    opacity: 0.85;
}

.art_ful_slika   
{
width: 100%;
    height: 33vh;
    object-fit: cover;
}

.page-link {
 
    height: 100%;
}


.galerija_contain .row img
{
    width:100%;
    height:100%;
    object-fit: cover;
   
}

.square {
      aspect-ratio: 1 / 1; /* Maintain a 1:1 aspect ratio to make it square */
    }