#reel {
	position:relative;

	width: 100%;
	height: auto;
}

#slider_home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	
	margin: 0 auto;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#slider_home { width: 320px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#slider_home { width: 480px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#slider_home { width : 768px; }
}
			
			.slick-prev,
			.slick-next
			{
				width: 50px;
				height: 50px;
				z-index: 200;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.slick-prev, .slick-next { width: 30px; height: 30px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.slick-prev, .slick-next { width: 30px; height: 30px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.slick-prev, .slick-next { }
			}

			.slick-prev:before,
			.slick-next:before
			{
				font-size: 50px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.slick-prev:before, .slick-next:before { font-size: 30px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.slick-prev:before, .slick-next:before { font-size: 30px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.slick-prev:before, .slick-next:before { }
			}

			.slick-prev
			{
				 left: 10px;
				 top: 50%;
			}

			.slick-next
			{
				 right: 10px;
				 top: 50%;
			}
			
			
			#slider_home .slider_item {
				text-align: center;
				width: 600px;
				height: 400px;
				
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#slider_home .slider_item { width: 320px; height: 213px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#slider_home .slider_item { width: 480px; height: 320px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#slider_home .slider_item { }
			}
		
				#slider_home .slider_item a {
					text-decoration: none;
			
				}
				
				#slider_home .slider_item .slider_text {
					display: none;
				}
				
				#slider_home .slick-current .slider_text {
					display: inline-block;
					position: relative;
					font-family: 'Lato', sans-serif;
					font-weight: 700;
					text-transform: uppercase;
					top: -220px;
					width: 500px;
					color: #FFFFFF;
					text-align: center;
					font-size: 16px;
					background: rgba(0,0,0,0.8);
					padding: 10px 0;
					border-radius: 4px;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					#slider_home .slick-current .slider_text { width: 300px; top: -200px; font-size: 14px; padding: 5px 0; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					#slider_home .slick-current .slider_text { width: 380px; top: -174px; font-size: 14px; padding: 5px 0; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					#slider_home .slick-current .slider_text { top: -330px; }
				}
			
				#slider_home .slider_item .slider_img {
					width: 600px;
					height: 400px;
					-webkit-filter: brightness(40%);
					filter: brightness(40%); 
					-moz-transition:all 2s ease;
					-webkit-transition:all 2s ease;
					-ms-transition:all 2s ease;
					-o-transition:all 2s ease;
					transition:all 2s ease;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					#slider_home .slider_item .slider_img { width: 320px; height: 213px; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					#slider_home .slider_item .slider_img { width: 480px; height: 320px; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					#slider_home .slider_item .slider_img { width: 768px; height: 512px; }
				}
				
				#slider_home .slick-current .slider_img {
					-webkit-filter: brightness(100%); 
					filter: brightness(100%);
					-moz-transition:all 2s ease;
					-webkit-transition:all 2s ease;
					-ms-transition:all 2s ease;
					-o-transition:all 2s ease;
					transition:all 2s ease;
				}