
@media all and (max-width : 480px)  {


img.cover_image {
	position : absolute;
	top : 15vw;
	right : 0px;
	width : 100%;
}

img.movie_background_image {
	display : none;
}


/************************************************ INFO ************************************************/

section#information {
	margin-top : 148vw;
}

		img.logo_image {
			display : none;
		}

		#info_title {
			padding-left : 0vw;
		}

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

		div.number {
			display : none;
		}

div#viewable {
	display : none;
	position : absolute;
	top : 15vw;
	width : 100vw;
	height : 105vw;
	padding-top : 30vw;
	margin-left : 0vw;
	background-color : black;
	opacity : 0.8;
	text-align : center;
	color : white;
	font-size : 4.6vw;
}

		div#viewable:hover {
			cursor : pointer;
		}


img#alert {
	opacity : 0.6;
}

		img#alert:hover {
			cursor : pointer;
			opacity : 1;
		}

/************************************************ VIDEO **********************************************/

section#video {
	position : relative;
	padding-left : 2vw;
	background-color : rgb(var(--main-color));
}

		a.thumbnail_title {
			font-size : 5vw;
		}

		div.scrolling_container {
			padding-left : 1vw;
			padding-bottom : 2vw;
		}

div.thumbnail {
	left : 0vw;
	padding-left : 0vw;
	margin-left : 0vw;
}

a#view_count {
	display : none;
}

img#event, img#view, a#event, a#view {
	display : none;
}

img.set_streaming, a.set_streaming {
	display : none;
}

}
