.story {
    background: white;
    padding: 10px 5px;
}

.story .story-item {
    height: 286px;
    border-radius: 15px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
    font-size: 13px;
    cursor: pointer;

}

.story .story-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .2;
    border-radius: 15px;
}

.story .story-item span {
    position: absolute;
    bottom: 0;
    padding: 10px 5px;
    font-family: sans-serif;
}

.story .owl-stage {
    right: 15px;
}

.rounded {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 32px;
    height: 32px;
    margin: 5px;
    position: absolute;
    border-radius: 50%;
    /* border: 2px solid #3877e1; */
}


.story {
    position: relative;
}
.story .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.story .owl-theme .custom-nav .owl-prev, .story .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 175px;
    color: #cecece;
    background: none;
    border: none;
    z-index: 100;
    font-size: 2.5rem;
    font-weight: bolder;
}
.story .owl-theme .custom-nav .owl-prev {
    left: 5px;
}
.story .owl-theme .custom-nav .owl-next {
    right: 16px;
}