body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.body-home {
	background: url(https://assets.epicbuilds.de/img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.body-contact {
	background: url(https://assets.epicbuilds.de/img/background-contact.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.body-score {
	background: url(https://assets.epicbuilds.de/img/background-score.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-divx {
	min-width: 100%;
	min-height: 300px;
	max-height: 300px;
	overflow: hidden;
	object-fit: fill;
}

.img-header {  
	min-width: 100%;
	min-height: 350px;
	max-height: 350px;
    overflow: hidden;
}

.img-div {
}

.img-controller {	
	float: left;
   	left: 50%;
   	position: relative;
}

.img-controller img {
   	position: relative;
   	left: -50%;
   	float: right;
  	height: 100%; 
  	width: auto;
}

.img-controllerx {
}

.video-div {
	margin: 0;
	padding: 0;
	overflow: hidden;
	min-width: 100%;
	height: 100%;
	margin-top: -21px;
}

.video-controller {
	object-fit: fill;
	min-width: 100%;
	height: 100%;
}

.mutebutton {
	position: absolute;
	z-index: 5000;
	top: 50%;
	right: 0;
}