.gmg-video-container {
  position: relative;
  background:black;
}

.gmg-video-content, .gmg-ad-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color:white;
}

.gmg-video-container video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gmg-video-overlay {
  display: block;
  background: rgba(0, 15, 18, .60);
  top: 5px;
  right: 0;
  width: 180px;
  position: absolute;
  color:#fff;
  padding:10px;
  text-align: center;
  text-decoration: none;
}

.gmg-video-content .error {
  font-weight: bold;
  text-align: center;
  margin-top:100px;
  font-size: 150%;
}

/*#playButton {
  margin-top:10px;
  vertical-align: top;
  width: 350px;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2c3e50;
  border: 0;
  border-bottom: 2px solid #22303f;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f;
}*/
