.swiper-container-story {
    height: 300px;
    overflow: hidden;
}

.swiper-container-story.fullscreen {
    height: 100vh;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 100;
    background-color: black;
}

.swiper-container-story .swiper-slide {
    background: lightgray;
    text-align: center;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-container-story .swiper-slide img {
    position: relative;
    max-width: 100%;
    z-index: 2;
    cursor: pointer;
}

.fullscreen .swiper-slide img {
    position: relative;
    max-width: 100%;
    z-index: 2;
    cursor: pointer;
}

.swiper-container-story .swiper-slide figcaption {
    position: absolute;
    bottom: 0%;
    z-index: 3;
    width: 100%;
}

.fullscreen .swiper-slide figcaption {
    position: relative;
    bottom: 0%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-container-story .swiper-slide a {
    color: #fff;
}

.fullscreen .swiper-slide img {
    pointer-events: none;
}

.fullscreen .swiper-slide .backdrop {
    background: #000;
    opacity: .7;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.fullscreen .swiper-slide .close-button {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    padding: 10px 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    cursor: pointer;
}

.fullscreen .swiper-button-next,
.fullscreen .swiper-button-prev {
    color: white;
}

.story-text {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    display: none;
}

.fullscreen .story-text {
    background-image: none;
    display: block;
}

.story-text-min {
    display: block;
}

.fullscreen .story-text-min {
    display: none;
}

.fullscreen .kucuk-image {
    display: none;
}


.fullscreen .views-field-subtitle {}

.nofullscreen .buyuk-image,
.nofullscreen .views-field-subtitle {
    display: none;

}

.swiper-container-story .swiper-pagination {
    top: 2px;
    bottom: auto;
}
