html, body {
			margin: 0;
			padding: 0;
			background-color: #000000;
		}
		#ads {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
		}
		.play_button {
			position: absolute !important;
			cursor: pointer;
			top: 45%;
			left: 45%;
			width: 10%;
			//height: auto;
		}
		#btn_countdown {
			position: absolute !important;
			bottom: 2%;
			right: 2%;
			background-color: #555555; /* Green */
  			border: none;
  			color: white;
  			padding: 15px 20px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 18px;
  			margin: 4px 2px;
  			cursor: pointer;
			border-radius: 5px;
		}
		.btn_countdown {
			position: absolute !important;
			bottom: 2%;
			right: 2%;
			background-color: #555555; /* Green */
  			border: none;
  			color: white;
  			padding: 15px 20px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 18px;
  			margin: 4px 2px;
  			cursor: pointer;
			border-radius: 5px;
		}
		.btn_skip_ads {
			position: absolute !important;
			bottom: 2%;
			right: 2%;
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 15px 20px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 18px;
  			margin: 4px 2px;
  			cursor: pointer;
			border-radius: 5px;
		}