@charset "utf-8";

#container {
	display: block;
}

#slider .slickAuto {
	display: none;
}

#profile .slickCast .castImage {
	width: 20%;
	margin-right: 5%;
}

#profile .slickCast .castName, #profile .slickCast .castIntro {
	width: 75%;
}

#profile .thumbnail {
	display: none;
}

@media only screen and (max-width: 625px){
	#profile .slickCast .castIntro {
		width: 100%;
	}
}

@media only screen and (max-width: 480px){
	#profile .slickCast .castImage, #profile .slickCast .castName, #profile .slickCast .castIntro {
		width: 100%;
		float: none;
	}
	#profile .slickCast .castImage {
		margin-right: auto;
		margin-left: auto;
		width: 50%;
	}
}