#video_index {
	background-color: rgba(255,255,255,1.00);
	margin-top: -17px;
	background-image: url(../img/index/video_back.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.59);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.59);
	text-align: center;
	padding-top: 14%;
	padding-bottom: 14%;
}
#welcome_intro {
	padding-bottom: 60px;
}
#video_link {
	padding-top: 12px;
}
#suites_intro {
	padding-top: 15px;
	padding-bottom: 45px;
}

@media screen and (max-width:991px){
#video_index {
	margin-top: 31px;
}
}
