﻿@media screen and (min-width: 300px) {
.mod_cinema_box_text
	{
	font-size:11px;
	}
}

@media screen and (min-width: 570px) { /*era 480px*/
.mod_cinema
	{
	position:absolute;
	top:-100px;
	left:0px;
	padding-top:100px;
	min-height:250px;
	/*max-height:550px;*/
	}

.mod_cinema_inner
	{
	/*min-height:400px;*/
	/*height:400px*/
	min-height:400px;
	max-height:400px;
	}

.mod_cinema_box_text
	{
	font-size:13px;
	}
	
	
}


@media screen and (min-width: 1000px) {
.mod_cinema_box_text
	{
	font-size:16px;
	}
}


.mod_cinema
	{
	width:100%;
	height:auto;
	background-color:#cc0000;
	text-align:center;
	/*border:solid 1px red;*/
	}

.mod_cinema_box_text
{
	width:93.5%;
	padding-bottom:1%;
	margin-left:3%;
	color:white;
	font-family:Verdana;
	/*font-size:16px;*/
}

.mod_cinema_box
	{
		width:97%;
		margin-bottom:4%;
		box-shadow: 0px 4px 5px 1px #640000;
		margin-left:6px;
		position:relative;
		background-color:#cc00;
	}
	
.mod_cinema_box_image img
	{
		width:95%;
		padding-top:1%;
	}

#title
	{
		width:75%;
	}

#mod_cinema_controls
	{
		width:97%;
		margin-top:9%;
		/*margin-bottom:9%;*/
		margin-left:6px;
		position:relative;
		background-color:#cc00;
/*	border:solid 1px green;*/
	}

	