
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}


#main-container {
  position: absolute;
  width: 970px;
  height: 250px;

  background: #EEE;
}

#exit {
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full-background
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
}

#endframefade
{
  opacity: 0;
  transition: 1s all;
}

.feature {
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    position: absolute;
}

#video-container-0 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: none;
  z-index: 500;
  border: none;
  visibility: hidden;
}

#video-0 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.video-controls {
  position: absolute;
  width: 48px;
  height: 45px;
  bottom: 0px;
  cursor: pointer;
}

/* Video button hiding an positioning */
.video-controls:hover {
  
}

#unmute-btn-0 {
  background-image:url(unmute.png);
  background-size:cover;
  background-repeat:no-repeat;
  right: 0px;
}

#mute-btn-0 {
  background-image:url(mute.png);
  background-size:cover;
  background-repeat:no-repeat;
  right: 0px;
  visibility: hidden;
}

#replay-btn-0 {
  background-image:url(replay.png);
  background-size:cover;
  background-repeat:no-repeat;
  left: 0px;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

.endframe {
    position: absolute;
    top: 0;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    width: 970px;
    height: 250px;
    background: #ffffff;
}
