
@media all and (min-width : 481px)  {

/* MOVIE SPEC */

section#information {
	padding-left : 24vw;
	width : 65vw;
}

		img.logo_image {
			display : none;
		}

		#info_title {
			padding-left : 0vw;
		}

		div.date {
			display : block;
			padding-top : 1.5vw;
		}

		div.number {
			display : none;
		}

		div.description {
			width : 70vw;
		}


a#view_count {
	position : fixed;
	z-index : 2;
	top : 33vw;
	right : 78.5vw;
	width : 10vw;
	font-size : 1.1vw;
	text-align : right;
	color : rgb(200, 200, 200);
}

img#event { 			/* , img#view*/
	position : fixed;
	z-index : 2;
	opacity : 0.9;	
	top : 38vw;
	left : 4vw;
	width : 16vw;
}

/*img#view {
	top : 38vw;
	opacity : 0.4;
}*/

a#event {   	/*, a#view*/
	position : fixed;
	z-index : 2;
	top : 36vw;
	left : 2.5vw;
	color : grey;
	text-decoration : none;
}

/*a#view {
	top : 39vw;
}*/

div#viewable {
	display : none;
	position : fixed;
	z-index : 1000;
	top : 6vw;
	left : 1.5vw;
	width : 20vw;
	height : 23.7vw;
	padding-top : 3vw;
	margin-left : 0vw;
	background-color : black;
	opacity : 0.8;
	text-align : center;
	color : white;
	font-size : 1.4vw;
}

		div#viewable:hover {
			cursor : pointer;
		}


/* SUITE */

section#video {
	position : relative;
	z-index : 10;
	top : 3vw;
	margin-bottom : 2vw;
	margin-left : 24vw;
}

a.thumbnail_title {
	/*margin-left : -20vw;*/
	font-size : 2.2vw;
}

div.scrolling_container {
	margin-top : -0.5vw;
	margin-left : -0.5vw;
}

		a.series_line_1 {
			display : none;
		}

		a.series_line_2 {
			display : none;
		}


div.more_content {
	width : 70vw;
	top : 3vw;
	left : 24vw;
}

div#hat_teaser {
	margin-left : 63vw;
}

section#related_thumbnail {
	margin-left : 19vw;
}

	a.title {
		padding-left : 0vw;
	}
		
}
