a.fancybox-button{
	display:inline-block;
}

section.section_movie{
	background-color:#cfe9dc;
	padding: 2em 0;
}

a.movie-banner{
	display:inline-block;
}

div.lity-container {
	width: 100%!important;
	max-width: 1230px!important;
	height: auto;
	max-height : none;
}

div.lity-content{
	height:90vh;
	padding:15px;
	background:white;
}

iframe#movie-frame{
	width:100%;
	height:65vh;
}

a.movie-chapter{
	color:#222;
}

@media (max-width: 1024.99px){
	iframe#movie-frame{
		height:60vh;
	}
}

@media (max-width: 375.99px){
	iframe#movie-frame{
		height:55vh;
	}
}