@media screen and (max-width: 600px) {

	video, #loader {
		display: none;
	}

	#video_fond {
	  width: 100%;
	  height: 100%;
	  background: url("../images/hotel/hotel_header.jpg") center 0 no-repeat fixed;
	  background-position: center bottom;
	  background-size: cover;
	  min-height: 400px;
	  position: relative;
	}
 	
}


