html, body {
	padding: 0;
  background:#000;
	color:#fff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
  	font-weight: bold;
	margin: auto;
	font-size: 20px;
	 height: 100vh;
}
.number , .label { font-size:inherit}
video {
	display: block;
	background-color:transparent;
  width: auto;
  height:70vh;
  margin: auto;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}


/*-------countdown*/


*, *:before, *:after {
  box-sizing: inherit;
}


ul#countdown {
  position: static;
  left:24%;
  width:50%;
  margin: 0 auto;
  padding: 15px 0 0 0;
  border: 0;
  border-width: 1px 0;
  overflow: hidden;

}
ul#countdown li {
  margin: 0 -3px 0 0;
  padding: 0;
  display: inline-block;
  width: 20%;
  text-align: center;
}
ul#countdown li .label {
  text-transform: uppercase;
}

.mytable { width: inherit; font-family: Arial, sans-serif;font-weight: inherit; text-transform:inherit;border-collapse: collapse;}
.mytable tr { height: inherit; text-align: left}



@media (max-width: 880px) {
video {
	 width: auto;
	  height:64vh;
	}
html, body {
	font-size: 17px;
}	
ul#countdown {
  position: static;
    left:-3%;
  width:100%;
  margin: 0 auto;
  padding: 15px 0 0 0;
  color: inherit;
  border: 0;
  border-width: 1px 0;
  overflow: hidden;
  font-weight: bold;
}
ul#countdown li {
  margin: 0 -3px 0 0;
  padding: 0;
  display: inline-block;
  width: 22%;
  text-align: center;
}
ul#countdown li .label {
  text-transform: uppercase;
}
.mytable { width:95%; border-collapse: collapse;font-family: Arial, sans-serif;font-weight: inherit; text-transform:inherit}	
.mytable tr { height: inherit; text-align: left; line-height:17px}
}

@media (max-width: 880px) and (orientation: landscape) {
/*video {
	display: block;
	background-color:transparent;
  width: auto;
  height:40vh;
  margin: auto;
}*/

.mytable { width:95%!important; padding-top:80px;	font-family: Arial, sans-serif;font-weight: inherit; text-transform:inherit}	
}

.secondlines { color:#0057b7;}
.firstlines {color:#ffd700; }
button {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  border: none;
  outline: none;
  background: none;
  opacity: 1;
  cursor: pointer;
  /*transition: all 0.4s ease-out;*/
}