@CHARSET "UTF-8";

html, body{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	background-image: url("img/fond.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
}
#page-content{
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#mma{
	width: 205px;
	height: 111px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("img/mma.png");
    background-repeat: no-repeat;
    text-decoration: none;
}
#main-content{
	margin-top: 272px;
	margin-bottom: 40px;
	text-align: center;
}
#video-container{
	display: block;
	position: relative;
    margin: auto;
}
#video-player{
	margin: auto;
}

#video-annotations {
  background-color: rgba(0, 0, 0, 0);
  z-index: 20;
  opacity: 1;
}

.button {
	position: absolute;
	cursor: pointer;
 	-webkit-transition: background-color 0.4s;
  	-moz-transition: background-color 0.4s;
  	-o-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
  	transition: background-color 0.4s;
    z-index: 20;
}
.button:hover {
	background-color: rgba(255,255,255, 0.2);	
}
.at300bs {
	display: none !important;	
}
#start-button{
	display: none;
	width: 23.8%;
	height: 10.9%;
	top: 53.7%;
	left: 38.1%;
}
#left-button {
	display: none;
	width: 49.7%;
	height: 12%;
	left: 0;
	bottom: 0;	
}
#right-button {
	display: none;
	width: 49.7%;
	height: 12%;
	right: 0;
	bottom: 0;	
}
#zerotracas-button {
	display: none;
	width: 24%;
	height: 14.3%;
	left: 25.4%;
	top: 62%;	
}
#facebook-button {
	display: none;
	width: 4.5%;
	height: 9%;
	left: 63.6%;
	top: 64.6%;	
}
#twitter-button {
	display: none;
	width: 4.5%;
	height: 9%;
	left: 69%;
	top: 64.6%;	
}