#radioplayer-container canvas{
	background: url(../../images/radio-bg.png) center center no-repeat #030;
	background-size: contain;
}

.bar-wrapper {
    height: 300px;
    position: relative;
}
.bar {
    position: relative;
    bottom: 0;
    width: 5px;
    display: inline-block;
    border: 1px solid red;
    height: 5px;
    border-bottom: 3px solid #fff;
}