playlist {
    margin: 0 auto;
    position: relative;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: -webkit-transform .7s cubic-bezier(.19,1,.22,1);
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    transition: transform .7s cubic-bezier(.19,1,.22,1),-webkit-transform .7s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 0px;
    background-color: #f5f5f5;
    z-index: 0;
    border-top: 0.5px solid rgba(125,125,125,0.5);
    /* padding-top: 60px; */
}

syn + playlist {
    padding-top: 45px;
    align-items: center;
    flex-flow: row wrap;
}

playlist cover {
    display: inline-block;
    position: absolute;
    top: 0;
    font-family: concourse_sc;
    font-size: 3em;
    text-align: left;
    border-left: 3px solid red;
    text-transform: lowercase;
    height: auto;
    font-weight: 200;
    line-height: 100%;
    padding-bottom: 4px;
    left: 0;
    /* margin-top: 10px; */
    letter-spacing: 0.001em;
    color: #45415e;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

song {
    display: block;
    max-width: 25.1em;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    font-family: concourse;
    box-shadow: 0 0 0 0 transparent;
    background-color: #fff;
    /* box-shadow: 0px 0px 0px 0px rgba(4, 6, 41, 1); */
    -webkit-transition: all .8s ease-out;
    height: auto;
    /* width: 25.1em; */
    width: auto;
}

song:hover {
    webkit-box-shadow: 3px 5px 14px -5px rgba(4, 6, 41, 1);
    -moz-box-shadow: 3px 5px 14px -5px rgba(4, 6, 41, 1);
    box-shadow: 5px 6px 10px -9px rgba(4, 6, 41, 1);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    /* border: 1px solid rgba(0,0,0,0); */
    /* border-left: 1px solid rgba(0,0,0,0.2); */
    /* border-top: 1px solid rgba(0,0,0,0); */
    border-bottom-right-radius: 8px;
}

song a{
    text-decoration: none;
    color: inherit;
}

song contain.spread {
    position: relative;
    width: auto;
    display: block;
}

song div.image {
    width: 100%;
    display: block;
    position: relative;
    /* left: -1em; */
    /* top: -1em; */
    height: 12.5em;
}

song about{
    padding: 1em;
    width: auto;
    display: block;
    height: auto;
    /* background-color: white; */
}

song title {
    display: block;
    font-family: concourse_sc;
    font-size: 2em;
    /* padding-top: 15px; */
    padding-bottom: 5px;
    /* margin: 0 1em; */
    /* margin-top: -0.7em; */
}

song teaser {
    font-family: concourse;
    /* padding: 10px 0; */
    font-weight: 300;
    font-size: 1.25em;
    /* margin: 0 1em; */
    width: 90%;
    /* text-align:  justify; */
    word-wrap: break-word;
    /* display: block; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* margin: 1.5em; */
}

song date {
    display: block;
    padding: 8px 0px;
    font-family: concourse_sc;
    font-weight: 300;
    font-size: 0.9em;
}

song authorshare {
    display: block;
    padding-top: 10px;
    /* width: 200px; */
    height: 60px;
    padding-bottom: 1em;
    padding-left: 1em;
    /* width: auto; */
    /* margin: 0 auto; */
    /* background-color: white; */
    /* position: absolute; */
    /* bottom: 0; */
}

song authorname {
    display: inline-block;
    font-family: concourse_sc;
    font-size: 1em;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 7px;
    /* float: right; */
}



song userimage img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

song userimage {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
}

song name {
    float: right;
    display: block;
    display: inline-block;
    font-size: 1em;
    font-family: concourse_sc;
    font-weight: 300;
    border-bottom: .5px dashed rgba(200,200,200,0.9);
    text-transform: lowercase;
    cursor: pointer;
}

@media (min-width: 760px) and (max-width: 860px) {
    song teaser, song authorshare {
        display: none;
    }

    song title {
        text-transform: lowercase;
        font-size: 1.7em;
        display: table-caption;
    }

    
}

@media (max-width: 760px) {
    song {
        flex: 1 1 40%;
        max-width:  unset;
        width: unset;
        margin-bottom: 1em;
        font-size: 0.8em;
    }
    song teaser, song authorshare {
        display: none;
    }

    playlist {
        flex-flow:  row wrap;
        padding: 30px 0;
        /* padding-top: 10px; */
    }

playlist cover {
    margin-bottom:  15px;
    position: relative;
}
}

@media (max-width: 430px) {
    song {
        flex: 1 1 50%;
        max-width:  unset;
        width: unset;
        margin-bottom: 1em;
        font-size: 0.8em;
    }
}