.main{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	background: url(../assets/bg/BGBlack.jpg) left top / cover;

}
body {
  	background: #000 url(../assets/bg/BGBlack.jpg);
}
.responsive-video iframe {
	width: 100%;
	height: 320px;
}

/*SECTION FILM*/
#section-film, #section-film-1,  #section-film-2, #section-film-3, #section-film-4, #section-film-5{
	width: 157vw;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/BGBlack.jpg) left top / cover repeat;
	background-size: cover;
	background-repeat: repeat;
	padding: 12rem 0 5rem 0;
	cursor: url(../assets/arrow.png), auto;
}


#section-film-2 {
	width: 130vw;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../assets/bg/BGBlack.jpg) left top / cover repeat;
	background-size: cover;
	padding: 12rem 0 5rem 0;
	cursor: auto;
}



/*Cabaret*/
#section-film-2 {
	width:  130vw;
	height: 100%;
	min-height: 100vh;
	background: url(../assets/bg/BGBlack.jpg) left top / cover;
}

/*Gramofon*/
#section-film-3 {
	width: 100%;
	min-height: 100vh;
	background: url(../assets/bg/BGBlack.jpg) left top / cover;
}

/*Rehearsal*/
#section-film-4 {
	width: 130vw;
	height: 100%;
	min-height: 100vh;
	padding: 12rem 0 5rem 0;
	background: url(../assets/bg/BGBlack.jpg) left top / cover;
}

#section-film-5 {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url(../assets/bg/BGBlack.jpg) left top / cover;
}


/*Páginas de los filmes*/
.container-film-1 {
	width: 94%;
	display: flex;
	flex-direction: row;
}
.container-film-2 {
	width: 90%;
	display: flex;
	flex-direction: row;
}

.project-video{
	width: 54vw;
	height: auto;
	padding: 0;
}
.project {
	width: 28vw;
/*border: 1px solid #16161b;*/
	margin-left: 2rem;
	margin-right: 2rem;
	cursor: auto;
}

.credits-col{
	width: 29vw;
	margin-left: 2rem;
	padding-right: 2rem;
	cursor: auto;
	/*border: 1px solid #232229;*/
}

.project-video-1{
	width: 44vw;
	height: auto;
	padding: 0;
}

.video-titulo{
	font-family: var(--jo);
	font-size: 2.2rem;
	line-height: 2.7rem;
	font-weight: 500;
	padding-top: 0;
}
.film-txt {
	font-family: var(--lib);
	font-size: 1.2rem;
	line-height: 2.1rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.heading-txt {
	font-family: var(--jo);
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin: 0;
	padding: 0;
}

.film-txt-1 {
	font-family: var(--lib);
	font-size: 1.2rem;
	line-height: 2.1rem;
	margin:0;
	padding: 0;
}

.film-screenings-txt {
	font-family: var(--jo);
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin: 0 0 -1.3rem 0;
	padding: 0;
}

.acento {
	bottom: 16px;
	left: 0;
	width: 280px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin: 3rem 0; 
} 
.acento-1 {
	bottom: 6px;
	left: 0;
	width: 280px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin: 4rem 0 1.3rem 0; 
}


.film-date, .film-date-1 {
	font-family: var(--lib);
	font-size: 1.2rem;
	line-height: 1.3rem;
	margin: 3.5rem 0 .2rem;
	padding: 0 0 .3rem 0;
	position: relative;
}
.film-date {
	margin: 3.5rem 0 .2rem;
}
.film-date-1 {
	margin: 0 0 .2rem;
}
.film-date::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 103px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin-right: .3rem;
} 
.oct::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 93px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin-right: .3rem;
} 
.aug::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 67px;
	height: .3px;
	background: rgb(255, 255, 255, .5);
	margin-right: .3rem;
}
.film-txt-2 {
	font-family: var(--lib);
	font-size: 1.2rem;
	line-height: 2.1rem;
	margin: 2rem 0 0 0;
	padding: 0;
}
.laurel {
	width: 24rem;
	display: flex;
	margin: 0 auto; 
	padding: 0;
}



.project-video-rehearsal{
	width: 51vw;
	padding: 0;
	margin: 0 auto;
} 
.credits-col-rehearsal{
	margin-left: 5rem;
}
.credits-col-rehearsal .film-date:first-child{
	margin-top: 0;
}

.des-vid {
	display: block;
}
.res-vid {
	display: none;
}
.land-vid {
	display: none;
}

@media screen and (max-width: 2600px) {
body {
	width: 100%;
	position: relative;
  	background: #000 url(../assets/bg/BGBlack.jpg);
}
	#section-film-1 {
		height: 100vh;
	}
}



@media screen and (max-width: 1280px) {
	#section-film-1 {
		width: 148vw;
		flex-wrap: nowrap;
		background-repeat: repeat-y;
		padding-left: 3rem;
	}
.container-film-1 {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
	.project-video {
	}
	.project {
	margin: 0;
	padding: 1rem 3rem;
	border: none;
}
	.credits-col {
		
	}

}

@media screen and (max-width: 1100px) {
	#section-film-1 {
		width: 100vw;
		flex-wrap: nowrap;
		background-repeat: repeat-y;
		padding-left: 3rem;
	}
	.container-film-1 {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.project-video {
		width: 50%;
		height: 400px;
		top: 0;
	
	}
	.project-video iframe{

	}
	.vp-center {
		align-items: flex-start;
	}
	.project {
	width: 50%;
	margin: 0;
	padding: 0 3rem;
	border: none;
	}


}


/*IPad*/

@media screen and (max-width: 780px) {
	#section-film-1 {
		width: 100vw;
		overflow-x: hidden;
		flex-wrap: nowrap;
		background-repeat: repeat-y;
		padding: 8rem 2rem 0 2rem;
	}

	#section-film-2{
		width: 100vw;
		padding: 8rem 2rem 0 2rem;
	}
.container-film-1 {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
	.project-video {
		width: 100%;
	}
	.project {
	width: 100%;
	margin: 0;
	padding: 0 3rem 3rem 3rem;
	border: none;
}
	.credits-col {
		width: 44%;
	}

	/*Rehearsal*/
	#section-film-4{
		width: 100vw;

	}
	.project-video-rehearsal{
		width: 100%;
		padding: 0 3rem;
	}



}



/*FILMS Media Queries para cada filme*/
@media screen and (max-width: 480px) {


	#section-film-1 {
	width: 100%;
	height: auto;
	background: url(../assets/bg/BGBlack-1.jpg) repeat 50% 50%;
	padding: 9rem 0 3rem 0;
	flex-direction: column;
	overflow-x: hidden;
}
#section-film, #section-film-2, #section-film-3, #section-film-4, #section-film-5 {
	width: 100%
	background: url(../assets/bg/BGBlack-1.jpg) repeat 50% 50%;
	flex-direction: column;
	padding: 4rem 0 0 0;
}
#section-film-2 {
	width: 100%;
	height: auto;
	flex-direction: column;
}

#section-film-4 {
	width: 100%;
	height: auto;
	background: url(../assets/bg/BGBlack-1.jpg) repeat 50% 50%;
}

.project-video-rehearsal {
	width: 100%;
}

.container-film-1 {
	width: 100%;
	flex-direction: column;
}
.project-video{
	width: 100%;
	padding: 0 2rem;
	height: 315px;
}

.project {
	width: 100%;
	margin: 0;
	padding: 3rem;
	border: none;
}
.film-txt{
	padding-bottom: 1rem;
}
.credits-col {
	width: 100%;
	margin:0;
	padding: 3rem;
	cursor: auto;
}

.des-vid {
	display: none;
}
.land-vid {
	display: none;
}

.res-vid {
	display: block;
	margin:0 auto;
}

.h-vid {
	display: none;
}

}






/* Landscape */
@media only screen 
  and (min-device-width: 530px) 
  and (max-device-width: 780px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {


#section-film-1{
	width: 100vw;
	overflow-x: hidden;
}




/*FILMOGRAPHY*/
	#section-film-1, #section-film-5 {
		width: 100%;
		height: auto;
		background: url(../assets/bg/BGBlack.jpg) repeat 50% 50%;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.container-film-1 {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.project-video {
		width: 100%;
		margin: 0 auto 2rem;
		padding: 0;
	}
	.project {
		width: 100%;
		padding: 1rem 4rem;
	}
	.credits-col {
		width: 50%;
		margin:0;
		padding: 3rem;
	}
	.des-vid {
	display: none;
	}

	.land-vid {
		display: block;
		margin:0 auto;
	}

	#section-film-4{
		width: 100vw;

	}
	.project-video-rehearsal{
		width: 100%;
		padding: 0 3rem;
	}
	.h-vid {
		display: none;
	}
}