#title-player {
    width: 645px;
    height: 521px;
    background-size: cover;
    margin-right: 30px;
    margin-top: 150px;
    float: right;
}

#title-main {
    width: 645px;
    color: rgba(255,255,255,1);
    font-weight: bold;
    font-size: 80px;
    opacity: 1;
    text-align: right;
}

#sub-title {
    width: 645px;
    color: rgba(219,225,229,1);
    font-weight: normal;
    font-size: 24px;
    opacity: 1;
    text-align: right;
    margin-top: 10px;
}

#title-player #player {
    width: 600px;
    height: 305px;
    background: rgba(255,255,255,0.20000000298023224);
    padding: 20px 40px;
    margin-top: 80px;
    opacity: 1;
    border-radius: 12px;
    overflow: hidden;
}

#player-title {
    color: rgba(219,225,229,1);
    font-size: 24px;
    font-style: italic;
    font-weight: lighter;
}

#player-control-block {
    height: 227px;
    width: 100%;
}

#image-block {
    height: 227px;
    width: 227px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

#image-block img {
    height: 100%;
    width: 100%;
}

#player-controls {
    height: 227px;
    width: 258px;
    float: right;
}

#song-block {
    margin-bottom: 20px;
    max-height: 100px;
    min-height: 60px;
    overflow: hidden;
}

#song-author {
    color: rgba(255,255,255,1);
    font-weight: bold;
    font-size: 24px;
    opacity: 1;
    text-align: left;
    width: 100%;
}

#song-name {
    width: 100%;
    color: rgba(219,225,229,1);
    font-weight: normal;
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

#volume-panel {
    margin-top: 20px;
    height: 24px;
    width: 100%;
}

.volume-button {
    height: 24px;
    width: 24px;
    float: left;
}

#volume-down, #volume-up {
    cursor: pointer;
}

#volume-down img, #volume-up img {
    height: 24px;
    width: 24px;
}

#player-volume {
    width: 100%;
    height: 20px;
}

#volume-bar {
    width: 205px;
    float: left;
    padding: 0 10px 0 0;
}
