@charset "UTF-8";

@media screen and (max-width: 768px){
	#slideshow,
	#slideshow div{
		width: 100%;
		height: auto;
	}
	#slideshow>.firstChild{
		height: 33vw;
	}
	.featuredimages,
	#eyeouter{
		width: 100%;
		height:	auto;
	}
	#slideshow ul{
		width: 100%;
		overflow: hidden;
	}
	#slideshow #imgone,
	#slideshow #imgtwo,
	#slideshow #imgthree,
	#slideshow #imgfour{
		width: 25%;
		float: left;
		position: static;
		left: auto;
		top: auto;
		margin: 0 !important;
	}
	#slideshow #imgone *,
	#slideshow #imgtwo *,
	#slideshow #imgthree *,
	#slideshow #imgfour *{
		display: block;
		width: 100%;
		margin: 0 !important;
		height: auto;
	}


}