@media only screen and (max-width: 1340px) {
		.centercol_yellow_inner{
			position: absolute;
			width: 80%;
			min-height: 100%;
			left: 50%;
			/* border: 1px solid black; */
			box-sizing: border-box;
			-ms-transform: translate(-50%, 0%);
			transform: translate(-50%, 0%);
			overflow: hidden;
		}
		.centercol{
			position: relative;
			width: 80%;
			margin: 0 auto;
		}
		.titoloheader{
			position: relative;
			left: 4%;
			top: 50%;
			width: 200px;
			height: 80%;
			float: right;
			/* border: 1px solid black;
			box-sizing: border-box; */
			background-size: contain;
			font-weight: 300;
			font-size: 1.8em;
			margin-top: -1em;
			line-height: 1em;
			letter-spacing: -0.03em;
		}
		.moviesgrid{
			grid-template-columns: 1fr 1fr;
		}
		.videocontinside {
			position: relative;
			left: 0;
			width: 100%;
			height: auto;
			margin: 0 auto;
	
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			grid-column-gap: 0.6em;
			grid-row-gap: 0.6em;
			padding: 1em;
			background-color: #f6f6f6;
			border-radius: 0 10px 10px 10px;
	
			box-sizing: border-box;
			margin-top: -2px;
			margin-bottom: 1em;
		}
}
@media only screen and (max-width: 1000px) {
	body {
		height: 100%;
		overflow: auto;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		overflow-x: hidden;
		background-image: none;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		font-family: "golos-text", sans-serif;
	}
	.moviesgrid{
		grid-template-columns: 1fr;
	}
	.centercol{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 1em;
		box-sizing: border-box;
	}
	.schedatext img{
		width: 100%;
	}
	.schedatext {
		position: relative;
		font-family: "golos-text", sans-serif;
		color: #262626;
		font-weight: 400;
		font-size: 0.95em;
		text-align: justify;
		padding-top: 0.6em;

		padding: 0em;
		background-color: transparent;

		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);

		border-radius: 15px;
		box-sizing: border-box;
	}
	.downloadgrid {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0 auto;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0.6em;
		grid-row-gap: 0.6em;
		padding-top: 0em;
		padding-bottom: 2em;

		padding: 0em;
		background-color: transparent;

		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0);

		border-radius: 15px;
		box-sizing: border-box;
	}
	.videocontinside {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0 auto;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 0.6em;
		grid-row-gap: 0.6em;
		padding: 1em;
		background-color: #f6f6f6;
		border-radius: 0 10px 10px 10px;

		box-sizing: border-box;
		margin-top: -2px;
		margin-bottom: 1em;
	}
	.downloadtitle {
		font-family: "golos-text", sans-serif;
		position: relative;
		font-size: 1.2em;
		font-weight: 500;
		padding-top: 1em;
		padding-bottom: 1em;
		width: 100%;

		color: #A0A0A0;
		font-weight: 600;
		text-align: left;
		background-color: #f6f6f6;
		color: #313131;
		padding-left: 2em;
		padding-right: 0.5em;
		border-radius: 5px 5px 0 0;
		padding: 0.6em 1em 0.6em 1em;
		display: inline-block;
		left: 0%;

		box-sizing: border-box;
		white-space: nowrap;
	}
	.trailerbtn {
		position: relative;
		width: 100%;
		font-family: "golos-text", sans-serif;
		font-size: 1em;
		color: #A0A0A0;
		font-weight: 600;
		text-align: left;
		background-color: #FF0000;
		color: #fff;
		margin-top: 1em;
		border-radius: 5px;
		padding: 0.7em 1em 0.7em 1em;
		display: inline-block;
		box-sizing: border-box;
	}
	.logoheader {
		position: absolute;
		left: 0;
		top: 50%;
		width: auto;
		height: auto;
		/* border: 1px solid black;
		box-sizing: border-box; */
		background-size: contain;
		float: left;

		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}
	.logoheader img{
		width: 100%;
		height: auto;
	}
	.baseaccesso {
		visibility: hidden;
	}
}