.big-stories-wrappper{
    width:750px;
    height:650px;
    text-align:center;
    background-color:#fff;
    display:flex;
}

.big-stories-wrappper .swiper-slide{
    width:350px;
    height:600px;
    margin-right:5px;
    position:relative;
    border-radius:15px;
    overflow:hidden;
    display:flex;
}

.big-stories-wrappper .swiper-slide::before{
    height:5rem;
    content: '';
    display:block;
    position:absolute;
    top:0;
    background:linear-gradient(#870D39, transparent);
    width:100%;
    z-index:996;
}

.story-comments{
    display:none;
    position:absolute;
    left: 370px;
    width:400px;
    height: 600px;
    background-color:red;
}

.story_icons{
    position:absolute;
    width:50px;
    height:150px;
    top:150px;
    left:310px;
    cursor:pointer;
}

.story_comment_icon img{
    width:30px;
    height:30px;
    margin-bottom:10px;
}

.story_share_icon img{
    width:30px;
    height:30px;
    margin-bottom:10px;
}
.story_like_icon img{
    width:30px;
    height:30px;
}



.big-stories-wrappper .swiper-slide .profile-picture{
    position: absolute;
    top:0.6rem;
    width:2.4rem;
    border: 2px solid #554B51;
    margin-left:10px;
    z-index:996; /* смотри последовательность з-индексов на странице*/
}

.author-details{
    display:flex;
    margin:15px;
}

.author-details .profile-picture{
    border: 2px solid #554B51;
}

.author-details a{
    text-decoration:none;
    font-size:24px;
    margin-top:16px;

}

.story_author_name{
    position:absolute;
    top:1rem;
    left:70px;
    z-index:996;
    width:100px;
    height:50px;
    color:#fff;
    font-size:20px;
}

.story_author_comment{
    position:absolute;
    top:3rem;
    left:70px;
    z-index:996;
    width:200px;
    height:50px;
    color:#fff;
    font-size:16px;
}

.author-comment{
    font-size:36px;
    padding-left:20px;
    text-align:left;
}

video::-webkit-media-controls-play-button{
  background-image: url("../images/icons/play.svg");
}

video::-webkit-media-controls-pause-button{
  background-image: url("../images/icons/pause.svg");
}

.video-player.playing .controls {
    opacity: 0;
}
.video-player:hover .controls {
    opacity: 1;
}
