.video-slider {
    position: relative;
    overflow: hidden;
	margin-bottom: 100px;
}
.video-reviews-tag {
    font-weight: 500;
    position: absolute;
    font-size: 12px;
    background-color: #2D2D2D;
    padding: 4px 11px;
    margin: 0px;
    border-radius: 4px;
    line-height: 15px;
    top: 20px;
    color: #F6F6F6;
    left: 20px;
}
.video-reviews-description {
    bottom: 18px;
    left: 17px;
    position: absolute;
    width: 303px;
    height: 40px;
    overflow: hidden;
}
.video-reviews-img {
    width: 100%;
    border-radius: 7px;
}
.video-reviews-title {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.video-reviews-text {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0px;
}

.video-slider .swiper-button-next {
    top: 35%;
}
.video-slider .swiper-button-prev {
    top: 35%;
}


@media (max-width: 768px) {
.video-reviews-text {
     display: inline !important; 
     color: #000000 !important; 
     margin-top: 0 !important; 
}
.video-reviews-title {
    color: #000000 !important; 
     margin-top: 0 !important; 
	}
}

