body{
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: auto;
  /*   display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  */
     /* background-attachment: fixed; */
    background: lightblue;
  }
.story__slider {

    /* width:300px;
    height: 550px; */
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    height: 100vh;
    width: 600px;
    justify-content: center;
    align-items: center;


}
.story__slide {
    position: relative;
}
.story__slide video, .story__slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
.story__pagination {
    bottom: unset !important;
    top: 0px !important;
    display: flex;
    padding: 0 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.story__pagination .swiper-pagination-bullet {
    flex-grow: 1;
    border-radius: 100vh;
    height: 3px;
    margin: 0 2px !important;
    background-color: rgba(247, 247, 245, .4);
    opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
    height: 100%;
    width: 0%;
    border-radius: 100vh;
    background-color: #f7f7f5;
}
.story__prev, .story__next {
    height: 100%;
    width: 50%;
    top: 0;
    margin-top: 0;
}
.story__prev::after, .story__next::after {
    content: none;
}
.story__prev {
    left: 0;
}
.story__next {
    right: 0;
}
.story__slide video, .story__slide div {

    /* width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center; */
    z-index: 1;
    position: absolute;
    width: 280px;
    bottom: 15.5%;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    padding: 20px 15px 15px;
    background: rgba(0,0,0,0.7);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Noto Sans Devanagari',calibri;

}
.story__slide div p{
       /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* border: 1px solid gray; */
    color: white;
    /* background: rgba(128, 128, 128, 0.301); */
    /* padding: 10px; */
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
    max-width: 500px;
    margin: 0;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    body {
    background: #181818;
    }
    .story{
        display: flex;
        height: 100%;
        max-width:100%;
        justify-content: center;
        align-items: center;

    }
  }
