


#cerrar{
  position: absolute;
  top: 40px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}


#spot2017{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  background-color: #000;
}



video {
    display: block;
    margin-bottom: 10px;
}


/* Fullscreen */
html:-moz-full-screen {
    background: red;
}

html:-webkit-full-screen {
    background: red;
}

html:-ms-fullscreen {
    background: red;
}

body:-ms-fullscreen { 
    overflow: auto; /* fix for IE11 scrollbar */
}

html:fullscreen {
    background: red;
}