html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.player-stream {
	background: url("images/player/2020_07_03_background.jpg") no-repeat;
	background-size: cover;
	width: 100vw;
	height: calc(100vw * (1080 / 1920));
}

.jp-player {
	clear: both;
}

.jp-audio.streamer {
	position:relative;
	width:auto;
}

.jp-interface {
	margin-top: 0;
	display: block;
}

.jp-interface .jp-controls {
	position: relative;
	list-style: none;
}

.jp-interface .jp-controls li {
	position: absolute;
	list-style: none;
	top: 25Vw;
	left: 40vw; 
	background-size: cover;
	width: 20vw;
	height: 20vw;
}

.icon-play-stream {
	background: url("images/player/button_play.png");
}
.icon-pause-stream {
	background: url("images/player/button_stop.png");
}
.icon-play-stream:hover {
	background: url("images/player/button_play_hover.png");
}
.icon-pause-stream:hover {
	background: url("images/player/button_stop_hover.png");
}