body{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background-image: url('../img/galop.png');*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#image{
	display: block;
  /*background-position: center;
  background-repeat: no-repeat;*/
  background-size: contain;
  max-width: 100%;
  max-height: 100%;
  /*border: solid red 1px;*/
}

#videos{
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*z-index: 10;*/
}