.jp-title {
    width: 100%
}

.jp-title h6 {
    margin-bottom: 2px;
}
.all-track .jp-title h6 {
    margin-right: 5px;
    margin-bottom: 0
}
.all-track .track-item {
    margin-bottom: 20px
}
.jp-title p {
    color: #C6CEDA;
}
.all-track .jp-title p {
    font-size: 22px
}
.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.jp-gui {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between
}
.jp-audio {
    width: 98%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 16px;
    background: #fff;
/*    margin-bottom: 19px;*/
    margin: 0 1% 19px
}
.jp-prewiev {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin-right: 17px
}
.jp-prewiev img {
    width: 100%;
    height: 100%;
}
.all-track .jp-audio {
    width: 99%;
    margin: 0 .5% 19px
}
.jp-controls {
    border-radius: 50%;
    margin-right: 18px
}
.jp-pause img {
    box-shadow: inset -4px -4px 9px rgba(66, 38, 0, 0.7), inset 4px 4px 5px rgba(32, 18, 0, 0.7);
    border-radius: 50%
}
.jp-controls li {
    display: inline;
    border-radius: 50%;
}
.jp-controls a, .jp-controls a:focus {
    outline: none
}
.jp-play img {
/*    opacity: .1*/
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.jp-play, .jp-pause {
    text-align: center;
    outline: none
}

.jp-progress {
    width: 55px;
    height: 55px;
    border: 1px solid;
    position: relative
}
.jp-seek-bar {
    background-color: #E17D8C;
}
.jp-play-bar {
    height: 12px;
    background-color: #C2253F;
}

.jp-time-holder {
    width: 55px;
    height: 55px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    opacity: .4
}
.jp-state-playing .jp-time-holder {
    opacity: 1
}
.jp-current-time, .jp-duration {
    text-align: center;
    font-size: 11px
}
@media screen and (min-width:1400px) {

.all-track .jp-title h6 {
    margin-right: .2em;
}
.all-track .jp-title p {
    font-size: 1.3em
}
    .jp-audio {
    padding: 1em;
    margin-bottom: 1.1em;
    margin-left: 1%
}
.jp-prewiev {
    width: 4em;
    height: 4em;
    margin-right: 1em
}
    .jp-controls {
        margin-right: 1.1em;
        width: 3em;

    }

    .jp-controls img {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .all-track .jp-title {
        flex-direction: column;
        align-items: flex-start
    }
    .all-track .jp-title p {
    font-size: 14px
}
    .jp-audio {
        padding: 10px;
        margin-bottom: 10px
    }
    .jp-prewiev {
    width: 45px;
    height: 45px;
    margin-right: 10px
}
    .jp-controls {
    margin-right: 12px
}
    .jp-controls img {
        width: 40px;
    }
}