.tile.single.soundcloud>a.view {
    background-position: -385px -753px;
}
/*skeleton loading*/
#soundcloud-embed{
    width:100%;
    height:400px;
    background:#eee;
    overflow:hidden;
    position:relative;
}
#soundcloud-embed.soundcloud-size-small{
    height:166px;
}
#soundcloud-embed > div{
    position: absolute;
    background:#ddd;
}
#soundcloud-embed > div:first-child{
    margin:14px;
    height:42px;
    width:42px;
    border-radius:50%;
}
#soundcloud-embed > div:nth-child(2){
    margin:20px 0 0 60px;
    height:14px;
    width:45px;
}
#soundcloud-embed > div:nth-child(3){
    margin:38px 0 0 60px;
    height:20px;
    width:150px;
}
#soundcloud-embed > div:nth-child(4){
    width:100%;
    height:4px;
}