*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
body {
	background-color: #F4DA01;
	height: 100vh!important;
}
.diesisection {
    margin-top: 20px;
}
.playbutton {
    display: inline;
    width: 64px;
}
.playbutton:before {
	top: 57%;
}
.diesi-player-icon {
	width:50px;
	height:50px;
}
.col-md-12.diesisection.diesicontrol {
    margin-top: 40px;
}
div#banner-row {
    max-width: 340px;
    margin: auto;
    text-align: center;
}
.diesipl-adv {
    background-color: #ffed67;
    width: 300px;
    height: 250px;
    display: inline;
    margin: 40px auto auto auto;
}
span.prog-produser {
    display: block;
}

svg#on, svg#off {
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
    /* display: inline; */
    position: absolute;
	      z-index: 11;
}
.diesipl {
	display:none;
}
.diesipl.diesi-show {
	display:block;
}
span.playing {
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#diesiproducer, #songartist {
	color: #0293de;
	font-size:18px;
	text-align: center;
}
#song {
	text-align:center;
}
#songartist, #song {
	padding-bottom:2px;
	margin-block-end: .2rem;
	margin-bottom:2px;
}


.listen-live--button{
	
	cursor: pointer !important;
}		

/* media */
@media only screen and (max-width: 987px){

}

@media only screen and (max-width: 768px){
	.diesilivenowmob {
			  color: #c90716;
        font-size: 15px;
        line-height: 15px;
        margin-left: 5px;
        position: unset;
    }

}