body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: "Fira Sans", Helvetica, sans-serif;
}

#jpvid {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
/* 
  bottom: 0;
 */
  min-width: 100%;
  max-width: 100%;
/* 
  min-height: 100%;
 */
  margin: auto;
}


#content
{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	padding: 20px;
	font-family: "Fira Sans", Helvetica, sans-serif;
	font-weight: bold;
	transition: all 1s ease;
	padding-bottom: 10px;
	box-sizing: border-box;
}

#content a
{
	color: #fff;
	text-decoration: none;
}
#content a:link {color: #fff;}
#content a:hover {color: #000;}
#content a:active {color: #fff;}
#content h1 { margin: 0 0 18px 0;font-weight: normal; }


#playPauseBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 8px;
}

#playPauseBtn:hover {
  background: #ddd;
  color: black;
}
#playPauseBtn:focus {
  background: #000;
  color: white;
}
#playPauseBtn:active {
  background: #000;
  color: white;
}

#muteBtn {
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 8px;
}

#muteBtn:hover {
  background: #ddd;
  color: black;
}
#muteBtn:focus {
  background: #000;
  color: white;
}
#muteBtn:active {
  background: #000;
  color: white;
}
#playFull
{
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 8px;
}
#playFull:hover {
	background: #ddd;
	color: black;
}
#playFull:focus {
	background: #000;
	color: white;
}
#playFull:active {
	background: #000;
	color: white;
}
.divide {margin-left: 10px; margin-right: 10px;}
#content .cap {font-weight: normal;font-size: 12px;}
@media (max-width: 576px) {
#content h1 { font-size: 20px; }
#content p { font-size: 15px; }
#playFull, #muteBtn, #playPauseBtn { font-size: 15px; }
}

@media (any-pointer: none) {
#playFull:hover {
	background: #000;
	color: white;
}
#muteBtn:hover {
	background: #000;
	color: white;
}
#playPauseBtn:hover {
	background: #000;
	color: white;
}

}