
        #container{
            margin-top: 30px;
        }
#cover-art {
    height: 410px;
}

.progress {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 16px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-bottom: 0;
    border-radius: 0;
    cursor: pointer;
}
.progress-bar {
    background-color: #00b8d4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.progress:hover {
    transform: scaleY(1.5);
}
#player {
    background: none repeat scroll 0 0 #dcdcdc;
    padding-left: 0;
    padding-right: 0;
}
#player div {
    
}
#player div i {
    font-size: 55px;
    line-height: 1.4;
    text-shadow: none;
}
#player div:hover{
  background-color:#d5d5d5;
  cursor: pointer;
}
#timer{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    bottom: 20px;
    color: #fff;
    font-size: 23px;
    padding: 7px 4px;
    position: absolute;
    right: 1px;
}
#timer > p {
  margin: 0;
}

#cover-art > div.text-center{
font-size: 57px; top: 19%;
}

@media (min-width: 250px) and (max-width: 519px){

#player div i {
    font-size: 31px;
    line-height: 1.4;
    text-shadow: none;
}

#cover-art {
    height: 229px;
}

#cover-art > div.text-center{
   font-size: 35px;
   top: 9%;
}

.wrapper1, .col-sm-offset-1{
    padding-left: 0;
    padding-right: 0;
}
#timer{
    font-size: 16px;
}
header > h1{
    font-size: 24px;
}
header > h2{
    font-size: 17px;
    line-height: 0;
}
}
