.rs-17 .rs-video-new {    
    margin-top: 147px;
    margin-bottom: 20px;
}
.rs-17 .rs-video-new.page-video-new {    
    margin-top: -20px;
    margin-bottom: 0;
}
.rs-17 .rs-video-new .section-header {
    margin-bottom: 27px;
}
.rs-17 .rs-video-new.page-video-new .section-header {
    margin-bottom: 25px;
}

.rs-17 .rs-video-new .video-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 17px;
    min-height: 350px;
}
.rs-17 .rs-video-new.page-video-new .video-item {    
    margin-bottom: 30px;    
}
.rs-17 .rs-video-new .video-item h3 {
    text-align: center;
    margin: 15px;
    font-size: 18px;
    font-weight: 700;
}
.rs-17 .rs-video-new .rs-video__desc  {
	display: inline-block;
    text-align: right;
    float: right;	
	font-weight: 300;	
	font-size: 20px;	
	line-height: 1.4;
	letter-spacing: 6%;	
	text-transform: uppercase;
	margin-top:  23px;
	font-family: "Cormorant", sans-serif;
}
.rs-17 .rs-video-new .rs-video__desc svg  {
	margin-left:  10px;
}

@media (max-width: 1200px) {
    .rs-17 .rs-video-new .video-item iframe {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .rs-17 .rs-video-new .video-item {
        min-height: auto;
		margin-bottom: 30px;
    }
}

@media (max-width: 767px)  {
	.rs-17 .rs-video-new {    
		margin-top: 65px;	
		margin-bottom: 65px;
	}
	.rs-17 .section-header {
		margin-bottom: 15px;
	}
	.rs-17 .rs-video-new .video-item {
        min-height: auto;
        margin-bottom: 10px;
    }
	.rs-17 .rs-video-new .rs-video__desc  {
		font-size:  16px;
		margin-top:  6px;
		float:  none;
	}
	.rs-17 .rs-video-new.page-video-new {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.rs-17 .rs-video-new.page-video-new .section-header {
		margin-bottom: 15px;
	}
	.rs-17 .rs-video-new.page-video-new .video-item {    
		margin-bottom: 15px;    
	}
}