.hplaycast .player-wpr,
.hplaycast .player-container{
    min-height: 100%;
    min-width: 100%;
    height: 100vh;
    border-radius: 0;
}

.hplaycast .player-hdr {
    min-width: 100%;
    height: 38px;
    line-height: 38px;
    z-index: 11;
}

.hplaycast .servertitle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.83);
    max-width: 100%;
}


.hplaycast .player-ctr {
    
}

html[data-agent*="Trident"] .hplaycast .player-ctr {
    display: block;
}

.hplaycast .playerstatus {
    max-width: 100%;
    z-index: 10;
}

.hplaycast .album-cover-wpr {
   /* max-width: 320px;*/
}

.hplaycast .social-share-wpr {
    position: relative;
    margin: 22px auto;
    top: 0;
    min-width: 320px;
    min-height: 320px;
    width: 320px;
    height: 320px;
}

.hplaycast .social-link {
    width: 72px;
    height: 72px;
    line-height: 72px;
}

.hplaycast .album-cover {
    margin: 22px auto;
    min-height: 320px;
    min-width: 320px;
    width: 320px;
    height: 320px;
}

.hplaycast .track-info {
    margin: 0 60px 0;
}

.hplaycast .track-info-wpr {
    text-align: unset;
    margin: 0 auto;
}

.hplaycast .track-info-ctr {
    max-width: 90%;
}

.hplaycast .ppBtn {
    z-index: 11;
}

.hplaycast .history-wpr {
    margin: 38px auto 0 auto;
}

@media only screen and (max-height: 580px) {
    .hplaycast .playerstatus {
        display: none;
    }

}

@media screen and (max-width: 991px) {
  .meta-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .meta-mobile {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
    .hplaycast .album-cover, .hplaycast .social-share-wpr {
        min-height: 210px;
        min-width: 210px;
        width: 210px;
        height: 210px;

    }

    .hplaycast .social-link {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .hplaycast .history-songtitle {
        font-size: 14px;
    }

    .hplaycast .history-artist-name {
        font-size: 12px;
    }

    .history-track-info {
        padding-top: 10px;
    }

    .hplaycast .history-title {
        font-size: 18px;
    }
}

.hplaycast .overlay {
    
}

