#film_image_parallax {
	/* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  background-size: 1320px;
}

#film_image_parallax_section {
	  min-height: 500px; 
	  max-height: 647px;
}

#film_image_mobile {
	/* Set a specific height */
	height: 300px;
  /* Create the parallax scrolling effect */
  //background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding:0px;
  margin:0px;
 	max-height:200px;
 	text-align:center;
}

#film_image_mobile_section {
  padding:0px;
  margin:0px;
  text-align:center;
}



h2.film_titre {
	//text-transform: uppercase;
	color:#e31d3b;
	//color:#FFF;
	//letter-spacing: 10px;
	font-weight: 400;
}

.field--name-field-media-oembed-video {
	//height:600px;
	background-color:#000;
}

.main-container {
   background-color: #101010;
   color: #fff;
}

iframe {
	height: clamp(150px,90vw,600px);
	width: min(1040px,100%);
}

#main-container {
   padding:0;
}

h1.title {
	text-align:center;
	color: #FFF;
}

.field--name-field-serie .field--label {
	display: none;
}

