	#video_slider {
		position: relative;
		margin: 0;
		border: none;
		width: 100%;
		height: 568px;
		padding: 0;
		overflow: hidden;
	}
	@media (max-width:1023px) {
		#video_slider {
			height: 426px;
		}
	}
	@media (max-width:767px) {
		#video_slider {
			height: 266px;
		}
	}
	@media (max-width:479px) {
		#video_slider {
			height: 177px;
		}
	}
	@media (max-width:319px) {
		#video_slider {
			height: 132px;
		}
	}
	#video_slider_poster {
		position: absolute;
		width: 100%;
	}
	@media (max-width:767px) {
		#video_slider_video {
			display: none;
		}
	}
	#video_slider_video {
		position: absolute;
		width: 100%;
	}
	#video_slider_text {
		position: absolute;
		top: 0;
		width: 100%;
	}
	#video_slider_text_title {
		display: block;
		text-align: center;
		font-size: 50px;
		color: white;
		line-height: normal;
		text-shadow: 2px 2px black;
	}
	a #video_slider_text_title:hover {
		text-shadow: 2px 2px gray;
	}
	#video_slider_text_description {
		display: block;
		text-align: center;
		font-size: 25px;
		color: white;
		line-height: normal;
		text-shadow: 2px 2px black;
	}
	@media (max-width:1023px) {
		#video_slider_text_title {
			font-size: 40px;
		}
		#video_slider_text_description {
			font-size: 20px;
		}
	}
	@media (max-width:767px) {
		#video_slider_text_title {
			font-size: 30px;
		}
		#video_slider_text_description {
			font-size: 15px;
		}
	}
	@media (max-width:479px) {
		#video_slider_text_title {
			display: none;
		}
		#video_slider_text_description {
			display: none;
		}
	}
	@media (max-width:319px) {
		#video_slider_text_title {
			display: none;
		}
		#video_slider_text_description {
			display: none;
		}
	}
