/* Mobile (Landscape)
================================================== */
@media (max-width: 767px) and (orientation: landscape) {
	.video-background video{
		max-width: 100% !important;
	}

	  .quinconce .masonry-item{
	    width: 49% !important;
	  }
}

@media (max-width: 767px) and (orientation: portrait) {
	.video-background video{
		max-height: 100% !important;
	}
}

@media only screen and (max-device-width : 1024px)  { 
	body.front:after{
		content: '';
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../images/background-video.jpg);
		background-size: cover;
		background-position: center center;
	}
	.video-background, video{
		display: none;
	}

	section#block-views-je-suis-block .views_slideshow_controls_text_next a{
		right: 15px;
	}
}
