body {
    background-color: #000000;
	background-image: url("splash.jpg");
	background-size:     cover; 
	background-repeat:no-repeat;
	background-position: center; 
	background-attachment: fixed;

}

video {
  width: 100%;
  height: auto;
}

.responsive {
	width: 100%;
	height: 0;
	padding-bottom:56.25%;
	position: relative;
}

.responsive iframe{
	position: absolute;
	width: 100%;	
	height:100%;
}

.randomTextCenter {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 66%;
  width: 99%;
  
}

#randomText {
    font-family: "Brush Script MT", Cursive;   
    font-size: 3em;                 
    font-weight: bold;             
    color: #FFFFFF;                  

}

.gt-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: transparent;
}


.bottom_right{
  position:absolute;
  padding-bottom:64px;
  bottom:0;
  right:0;
}

.buttons{
  position:absolute;
  padding: 5px;
  bottom:0;
  right:0;
}
