div.video-news__chapters.video-news-chapters .all-stories-link {
    /*display: block;*/
    text-align: right;
    margin-top: -23px;
}

@media (min-width: 400px) {
	div.video-news__chapters.video-news-chapters .all-stories-link {
		display: block;
	}
}

@media (max-width: 400px) {
	div.video-news__chapters.video-news-chapters .all-stories-link {
		margin-top: 10px;
		display: inline-block;
	}
}

div.video-news__chapters.video-news-chapters .all-stories-link a {
    font-size: 13px;
    line-height: 20px;
    color: #71aa30;
}


.video-news__item-wrapper:not(.video-news__item-wrapper--big) .video-news__item--all {
    height: 170px!important;
}

.video-news__item--all {
    font-weight: 500;
    position: relative;
    background-color: #f6f7fb;
    justify-content: center;
    font-size: 16px;
    line-height: 23px;
    border-radius: 5px;
}

.video-news__item--all > a {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 62px;
    color: #747e89!important;
}

.video-news__item--all > a > span {
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 9px;
    line-height: 16px;
    display: inline-block;
}

.video-news__item--all:before {
    position: absolute;
    z-index: 10;
    visibility: collapse;
    content: '';
    -webkit-transition: all .22s ease-out;
    -o-transition: all .22s ease-out;
    transition: all .22s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 100%;
    background-color: #e8e9ec;
}

.video-news__item--all:hover:before {
    visibility: visible;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border-radius: 5px;
}

