.jp-progress
{
    border-radius: 30px;
}

.jp-audio, .jp-video, .jp-audio:focus, .jp-video:focus
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    /*IE*/
}

.jp-ball
{
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 30px;
    top: 3px;
    left: 0;
    width: 1em;
    height: 1em;
    margin: -0.2em 0px 0px -0.5em;
    width: 14px;
    height: 14px;
    width: 0.9333em;
    height: 0.9333em;
    margin: -0.175em 0px 0px -0.466em;
    background-color: #fff;
    padding: 0px;
    /* z-index: 1; */
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}

.mb-song-card-dialog .mb-song-card-player 
{
    float: left;
    width: 655px;
}

.mb-song-card-dialog .mb-current-song-details
{
    float: left;
    padding: 10px;
    height: 160px;
}

.mb-song-card-dialog .mb-album-detail 
{
    height: 160px;
    float: left;
}

.mb-song-card-dialog .mb-youtube-player-area
{
    float: right;
    height: 160px;
    width: 187px;
    background-color: #000000;
}

.mb-song-card-dialog .mb-song-card-song-details
{
    height: 160px;
    width: 100%;
}
.mb-song-card-dialog .mb-album
{
    height: 100px;
}
.mb-song-card-dialog .mb-album-title
{
    position: relative;
    font-size: 22px;
    width: 275px;
    height: 30px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-song-card-dialog .mb-album-label
{
    font-size: 16px;
    font-weight: 600;
}

.mb-song-card-dialog .mb-album-artist
{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mb-song-card-dialog .mb-song-download-option
{
    display: block;
}

.mb-song-card-dialog .mb-song-download-option a
{
    float: left;
    margin-right: 10px;
}

.mb-song-card-dialog .mb-song-download-option .mb-mpe-icon
{
    content: url(images/SongCard/plaympe.png);
    max-width: 110px;
    margin-top: 8px;
}

.mb-song-card-dialog .mb-song-download-option .mb-all-access-icon
{
    content: url(images/SongCard/AllAccess_Icon.png);
    max-width: 40px;
}

.mb-song-card-dialog .mb-song-download-option .mb-yangaroo-icon
{
    content: url(images/SongCard/Yangaroo.png);
    max-width: 40px;
}

.mb-song-card-dialog .mb-access-container
{
    float: left;
}

.mb-song-card-dialog .mb-player-card-container
{
    width: 500px;
    float: left;
    border: #fff solid 1px;
    margin-right: 5px;
}

.mb-song-card-dialog .mb-songcard-advertisement-control 
{
    width: 370px;
    height: 490px;
    float: right;
    margin-right: 0;
    overflow: hidden;
    background-color: #3b393a;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.mb-play-this-song-now-area 
{
    text-align: center;
    padding-top: 10px;
}

.mb-play-this-song-now-area button
{
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}

.mb-song-card-dialog .artist-img-container 
{
    float: left;
    padding: 5px;
    display: inline-block;
    height: 160px;
    width: 150px;
}

.mb-song-card-dialog .artist-img-container .artist-img
{
    width: 150px;
    height: 150px;
}

.mb-song-card-dialog .mb-play-list .playlist-artist
{
    padding: 1px;
    border: 1px solid #000;
}

.mb-song-card-dialog .playlist-artist .playlist-artist-img
{
    width: 56px;
    padding-right: 8px;
    display: block;
    float: left;
}

.mb-song-card-dialog .mb-song-card-player .mb-playlist .mb-list-area
{
    overflow-x: hidden;
}

.mb-song-card-dialog .playlist-artist .mb-playlist-label
{
    position: relative;
    display: block;
    width: 162px;
    height: 30px;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-song-card-dialog .playlist-artist .mb-playlist-title
{
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
    width: 162px;
    height: 30px;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.jp-audio
{
    width: 100%;
    position: relative;
}

div.jp-audio-failed 
{
    width: 100%;
    position: relative;
    color: red;
    border: 1px solid #cccccc;
    padding: 5px;
    height: 40px;
}

.mb-song-card-minimized-dialog div.jp-audio-failed 
{
    height: 50px;
    border: 0;
    padding: 15px;
}

.mb-song-card-dialog .audio-provider
{
    float: left;
    position: relative;
    top: 71px;
    right: -12px;
}

.mb-song-card-dialog .audio-prov2
{
    left: -77px;
    /* width: 11px; */
    padding-right: 10px;
}

.jp-controls
{
    background: #21242E;
    color: #fff;
}

.jp-controls button 
{
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.jp-pause,
.jp-play
{
    position: absolute;
    left: 28px;
    top: 6px;
}

div.jp-audio div.jp-type-single div.jp-progress
{
    left: 82px;
    top: 9px;
    border-radius: 4px;
}

.jp-previous
{
    width: 10px;
    height: 0;
    padding: 10px;
    position: absolute;
    left: 0;
}

.jp-next
{
    width: 10px;
    height: 0;
    padding: 10px;
    position: absolute;
    left: 50px;
}

div.jp-audio div.jp-type-single div.jp-interface
{
    height: 33px;
    background: #282b39;
    border: #565656 solid 1px;
}

div.jp-current-time, div.jp-duration
{
    width: 41px;
    display: inline-flex;
    margin-left: 0;
}

div.jp-time-holder
{
    position: absolute;
    top: 7px;
    right: 32px;
    left: auto;
    color: #dadada;
    font-size: 10px;
    width: 121px;
    display: inline-flex;
}

.jp-playlist ul
{
    list-style: none;
}

div.jp-audio div.jp-type-single div.jp-progress
{
    width: calc(100% - 241px);
}

a.jp-next
{
    background: url('images/SongCard/skip-track.png') no-repeat;
    top: 9px;
    left: 53px;
}

a.jp-next:hover
{
    background: url('images/SongCard/skip-track.png') no-repeat;
    opacity: 0.8;
}

 a.jp-previous
{
    background: url('images/SongCard/skip-track.png') no-repeat;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

a.jp-previous:hover
{
    background: url('images/SongCard/skip-track.png') no-repeat;
    opacity: 0.8;
}

.jp-play
{
    background: url('images/SongCard/play-button.png');
    width: 16px;
    height: 16px;
    top: 9px;
    left: 33px;
}

.jp-play:hover
{
    background: url('images/SongCard/play-button.png');
    opacity: 0.8;
}

.jp-pause
{
    background: url('images/SongCard/pause.png') no-repeat;
    width: 16px;
    height: 16px;
    top: 9px;
    left: 33px;
}

.jp-pause:hover
{
    background: url('images/SongCard/pause.png') no-repeat;
    opacity: 0.8;
}

div .jp-current-time:after
{
    content: '/';
}

.mb-song-card-dialog .audio-prov2 img
{
    max-width: 35px;
}

.mb-song-card-dialog .mb-play-list-graph
{
    width: 250px;
    position: absolute;
    left: 250px;
}

.mb-song-card-dialog .mb-play-list
{
    width: 250px;
    position: absolute;
    top: 215px;
}

.ui-dialog .mb-song-card-dialog .mb-play-list-minimize-button
{
    position: absolute;
    right: 2em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    display: block;
    height: 20px
}

.mb-song-card-dialog .ui-dialog-titlebar span
{
    display: none;
}

.mb-song-card-dialog .ui-dialog-titlebar span:nth-child(1)
{
    display: block;
}

.mb-song-card-dialog .ui-dialog-titlebar span:nth-child(7)
{
    display: block;
}

.mb-song-card-dialog .ui-dialog-titlebar span.mb-play-list-minimize-button
{
    cursor: pointer;
    background: url(images/SongCard/minus.png) no-repeat right;
    background-position-y: 8px;
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 26px;
    display: block;
    content: '';
}

.mb-song-card-dialog .ui-dialog-titlebar span.mb-play-list-maximize-button
{
    cursor: pointer;
    background: url(images/SongCard/minus.png) no-repeat right;
    background-position-y: 8px;
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 26px;
    content: '';
}

.mb-song-card-dialog .ui-dialog-titlebar span.mb-play-list-minimize-button:hover, .ui-dialog-titlebar span.mb-play-list-minimize-button:hover
{
    opacity: 1;
}

.mb-song-card-dialog .mb-songcard-advertisement-control .mb-app-advertisement .bx-viewport
{
    width: 270px;
    height: 415px !important;
}

.mb-song-card-dialog .mb-songcard-advertisement-control .mb-app-advertisement .bx-viewport .mb-carousel-list
{
    padding: 0;
}

.mb-song-card-dialog .mb-advertisement-poster-broken-image
{
    background: url(../../../Content/media/player/xx/playerp_sel2.jpg) no-repeat;
    width: 356px;
    height: 356px;
}

.mb-song-card-dialog .image-not-found
{
    background: url(images/SongCard/Default_AlbumArt.gif) no-repeat;
    width: 150px;
    height: 150px;    
}

.mb-song-card-dialog .mb-minimized-image-not-found
{
    background: url(images/SongCard/Default_AlbumArt.gif) no-repeat;
    width: 150px;
    height: 150px;    
}

.mb-song-card-dialog .playlist-image-not-found
{
    background: url(images/SongCard/Default_AlbumArt.gif) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    display: block;
    float: left;
}

.mb-song-card-dialog .ui-dialog-content
{
    overflow: hidden;
    padding: 0;
    padding-bottom: 10px;
}

.mb-song-card-dialog .bx-pager-item
{
    display: none;
}

.mb-song-card-dialog .mb-playlist 
{
    float: left;
    width: 40%;
    height: 300px;
}

.mb-song-graph
{
    float: left;
    width: 60%;
    height: 300px;
}

.ui-dialog .mb-song-card-dialog .ui-dialog-content
{
    padding: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    
}

.mb-song-card-dialog .mb-label-playlist
{
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
    -moz-box-shadow: 0 0 13px 2px #333347;
    box-shadow: 0 0 13px 2px #333347;
    -webkit-box-shadow:0 0 13px 2px #333347;
    border: #ccc solid 1px;
}

.mb-song-card-dialog .playlist-artist .mb-playlist-title:after
{
    clear: left;
}

.mb-song-card-dialog .playlist-artist:hover,
.playlist-artist.active
{
    padding: 10px;
    border: #ccc solid 1px;
    border-top: none;
    cursor: pointer;
    background: #ccc;
    color: #000;
}

.mb-song-card-dialog .playlist-artist
{
    padding: 10px;
    border: #ccc solid 1px;
    border-top: none;
    cursor: pointer;
}

.mb-song-card-dialog .mb-playlist .mb-list-area
{
    height: 250px;
    overflow-y: scroll;
    border-right: #ccc solid 1px;
}

.mb-song-card-dialog .ui-widget-header a.ui-dialog-titlebar-minimize
{
    border: 1px solid #555555;
    background: #555555;
    font-weight: normal;
    color: #454545;
}

.mb-song-card-dialog .ui-widget-header .ui-icon
{
    background-image: url('../../Libs/jquery-ui/jquery-ui-themes/images/ui-icons_ffffff_256x240.png');
    opacity: 0.5;
}

.mb-song-card-dialog .ui-widget-header a.ui-dialog-titlebar-minimize:hover
{
    border: 1px solid #fff;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.mb-song-card-dialog .ui-widget-header a.ui-dialog-titlebar-minimize:hover .ui-icon
{
    background-image: url('../../Libs/jquery-ui/jquery-ui-themes/images/ui-icons_444444_256x240.png');
    top: -1px;
    opacity:1;
}

.mb-song-card-dialog .mb-youtube-player-area .youtube-expand .mb-youtube-player
{
    width: 100%;
    height: 100%;
    border: none;
}

.mb-song-card-dialog .mb-youtube-player
{
    width: 187px;
    height: 140px;
    border: none;
}

.mb-song-card-dialog .mb-youtube-player-area span:nth-child(1)
{
    position: relative;
    color: #fff;
    bottom: 30px;
    left: 170px;
    top: -12px;
    cursor: pointer;
}

.mb-song-card-dialog .mb-youtube-player-area .youtube-expand
{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 9;
}

.mb-song-card-dialog .mb-songcard-expand-colapse
{
    position: relative;
    left: 6px;
    top: -13px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
}

.mb-song-card-dialog .expanded .mb-songcard-expand-colapse
{
    position: absolute;
    left: 16px;
    top: 35px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
}

.mb-song-card-dialog a.mb-songcard-expand-colapse
{
    color: #fff;
}

.mb-song-card-dialog .mb-songcard-expand-colapse .mb-expand-icon
{
    background: url('images/expand.png') no-repeat;
    padding: 10px;
}

.mb-song-card-dialog .youtube-expand .mb-songcard-expand-colapse
{
    position: relative;
    left: 177px;
    top: -13px;
    right: 0;
    color: #fff;
    z-index: 9999;
}

.mb-song-card-dialog .youtube-expand a.mb-songcard-expand-colapse
{
    color: #fff;
    position: absolute;
    bottom: 40px;
    top: auto;
    left: auto;
    right: 10px;
}

.mb-song-card-dialog .youtube-expand .mb-songcard-expand-colapse .mb-expand-icon
{
    background: url('images/collapse.png') no-repeat;
    padding: 10px;
}

.mb-song-card-dialog .mb-songcard-advertisement-control .mb-advertisement-banner-broken-image
{
    width: 356px;
    height: 64px;
    background: url(../../../content/media/player/xx/playerb_sel2.jpg)top center no-repeat; 
    background-size: cover;
}

.mb-song-card-dialog .mb-song-graph-only
{
    width: 100%;
    height: 270px;
}

.mb-song-card-minimized-dialog .mb-minimized-album-area
{
    float: left;
    width: 330px;
}

.mb-song-card-minimized-dialog .mb-minimized-img-area
{
    float: left;
}

.mb-song-card-minimized-dialog .mb-minimized-img
{
    width: 56px;
    padding-right: 8px;
    display: block;
}

.mb-song-card-minimized-dialog .mb-minimized-title
{
    font-size: 12px;
    font-weight: 600;
    display: block;
    position: relative;
    width: 70%;
    top: -5px;
    height: 19px;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-song-card-minimized-dialog .mb-minimized-label
{
    position: relative;
    display: block;
    font-size: 10px;
    width: 70%;
    height: 19px;
    top: -9px;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-song-card-minimized-dialog .mb-minimized-artist
{
    position: relative;
    display: block;
    width: 70%;
    font-size: 10px;
    height: 24px;
    top: -12px;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-song-card-minimized-dialog .jp-audio
{
    float: left;
    width: calc(100% - 430px);
    padding-top: 7px;
    background: #282b39;
}

.mb-song-card-minimized-dialog .mb-song-card-dialog-container
{
    background: #282b39;
    color: #fff;
}

.mb-song-card-minimized-dialog div.jp-audio div.jp-type-single div.jp-interface
{
    border:none;
}


.mb-song-card-minimized-dialog
{
    top: auto !important;
    bottom: -6px !important;
    position: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
    right: 0 !important;
    left: 0 !important;
    padding: 0;
}

.mb-song-card-minimized-dialog .mb-song-card-dialog-container
{
    overflow: hidden !important;
}

div.jp-seek-bar
{
    background: 0 -97px repeat-x #444444;
}

.mb-maximize-img-area
{
    position: absolute;
    right: 13px;
    background: url(images/up-arrow-player.png) no-repeat;
    width: 68px;
    height: 74px;
    padding: 10px;
    top: auto;
    bottom: -26px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.mb-close-img-area
{
    position: absolute;
    right: -29px;
    background: url(images/power.png) no-repeat;
    width: 68px;
    height: 74px;
    padding: 10px;
    top: auto;
    bottom: -26px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.mb-maximize-img-area:hover,
.mb-close-img-area:hover 
{
    opacity: 0.5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.mb-song-card-minimized-dialog div.jp-audio div.jp-type-single div.jp-progress
{
    width: calc(100% - 260px);
}

.mb-song-card-login 
{
    width:auto;
    max-width: 500px;
    background: #282b39;
    color: #fff;    
    border: #a0a0a04f solid 1px;
    position: relative;
    top: -58px;
    margin-bottom: -108px;
    z-index: 10;
    margin:auto;
}

.mb-song-card-login .artist-img-container 
{
    display: inline-block;
}

.mb-song-card-login .artist-img
{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.mb-song-card-login.ui-widget.ui-widget-content
{
    border: none;
}

.mb-song-card-login .ui-widget-content
{
    background: none;
    border: none;
}

.mb-song-card-login.ui-dialog .ui-widget-header
{
    border: none;
    background: none;
    color: #fff;
    font-weight: bold;
}

.mb-song-card-login .ui-dialog-title,
.mb-song-card-login .mb-song-download-option,
.mb-song-card-login .jp-previous,
.mb-song-card-login .jp-next
{
    display: none;
}

.mb-song-card-login .mb-current-song-details
{
    color: #fff;
    display: inline-block;
    width: 150px;
}

.mb-song-card-login .jp-pause,
.mb-song-card-login .jp-play
{

    left: 4px;
}

.mb-song-card-login  div.jp-audio div.jp-type-single div.jp-progress
{
    left: 33px;

}

.mb-song-card-login div.jp-time-holder
{
    right: 0;
    width: 70px;
}

.mb-song-card-login div.jp-audio div.jp-type-single div.jp-progress
{
    width: calc(100% - 107px);
}

.mb-song-card-login div.jp-audio div.jp-type-single div.jp-interface
{
    height: 33px;
    background: #0b112f;
    border: #56565600 solid 1px;
}

.mb-song-card-login .jp-current-time
{
    display: none;
}

.song-card-close
{
    background: url(images/SongCard/cancel.png) no-repeat right;
    width: 19px;
    height: 23px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    background-size: contain;
    opacity: 0.5;
}

.song-card-close:hover
{
    background: url(images/SongCard/cancel-hover.png) no-repeat right;
    width: 19px;
    height: 23px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-size: contain;
}

.jp-repeat
{
    opacity: 0.5;
    background: url(images/repeat.png) no-repeat;
    right: -8px;
    width: 18px;
    height: 18px;
    position: relative;
    left: auto;
    top: 7px;
    float: right;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.jp-repeat-off
{
    background: url(images/repeat.png) no-repeat;
    right: -8px;
    width: 18px;
    height: 18px;
    position: relative;
    left: auto;
    top: 7px;
    float: right;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.jp-mute
{
    background: url(images/speaker.png) no-repeat;
    right: 41px;
    width: 18px;
    height: 18px;
    position: relative;
    left: auto;
    top: 7px;
    float: right;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

.jp-unmute 
{
    background: url(images/speaker-mute.png) no-repeat;
    right: 41px;
    width: 18px;
    height: 18px;
    position: relative;
    left: auto;
    top: 7px;
    float: right;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}

    .jp-repeat:hover,
    .jp-repeat-off:hover,
    .jp-mute:hover,
    .jp-unmute:hover {
        opacity: 0.5;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

.mb-song-card-login .jp-repeat,
.mb-song-card-login .jp-repeat-off,
.mb-song-card-login .jp-mute,
.mb-song-card-login .jp-unmute 
{
    display: none !important;
}


.mb-song-card-login .mb-album-title
{
    width: 212px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    font-size: 13px;
}
.mb-song-card-login .mb-album-label
{
    width: 212px;
    position: relative;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    height: 20px;
}
.mb-song-card-login .mb-album-artist
{
    width: 212px;
    position: relative;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: "----";
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
    height: 20px;
}

.mb-song-card-login .image-not-found 
{
    background: url(images/image-not-found-200.jpg) -15px -65px;
    background-repeat: no-repeat;
    width: 165px;
    height: 70px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.disabled 
{
       pointer-events: none;
       cursor: default;
       opacity: 0.6;
}

@media (max-width: 998px) 
{
    .mb-song-card-login 
    {
        top: -89px;
        margin-bottom: -108px;
    }
}

@media (min-width:320px) and (max-width:409px) 
{
    .mb-song-card-login .image-not-found 
    {
        background: url(images/image-not-found-60.jpg);
        background-repeat: no-repeat;
        width: 60px;
        height: 70px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        margin-right: 5px;
    }
}

@media (max-width:768px) 
{
    .mb-song-card-dialog 
    {
        float: none;
        width: 100% !important;
    }
    .mb-song-card-dialog .mb-song-card-player 
    {
        width: 450px;
    }
    .mb-song-card-dialog .mb-songcard-advertisement-control 
    {
        width: 313px;
    }
    .mb-song-card-dialog .jp-repeat,
    .mb-song-card-dialog .jp-repeat-off
    {
        right: 5px;
        position: absolute;
    }
    .mb-song-card-dialog .mb-songcard-advertisement-control .mb-poster img 
    {
        height: 245px;
        width: 316px;
    }
    .mb-song-card-dialog .mb-youtube-player-area 
    {
        position: absolute;
        bottom: 10px;
        right: 50px;
    }
}

@media (min-width:320px) and (max-width:648px) 
{
    .mb-maximize-img-area,
    .mb-close-img-area 
    {
        display: none;
    }
    div.jp-time-holder 
    {
        right: -20px;
    }

    .mb-song-card-dialog 
    {
        float: none;
        width: 320px !important;
    }
    .mb-song-card-dialog div.jp-audio 
    {
        width: 320px;
        position: relative;
    }
    .mb-song-card-dialog div.jp-time-holder 
    {
        right: -20px;
        width: 150px;
    }
    .mb-song-card-dialog .artist-img-container 
    {
        padding: 5px;
        display: inline-block;
        height: 110px;
        width: 100px;
    }
    .mb-song-card-dialog .artist-img-container .artist-img 
    {
        width: 100px;
        height: 100px;
    }
    .mb-song-card-dialog .mb-album-detail 
    {
        height: 110px;
    }
    .mb-song-card-dialog .mb-song-card-song-details 
    {
        height: 110px;
    }
    .mb-song-card-dialog .mb-current-song-details 
    {
        float: none;
        padding: 0 10px;
        height: 110px;
        width: 215px;
        display: inline-block;
    }
    .mb-song-card-dialog .mb-album 
    {
        height: 60px;
        margin-bottom: 10px;
    }
    .mb-song-card-dialog .mb-album-title
    {
        font-size: 12px;
        width: 275px;
        height: 20px;
    }
    .mb-song-card-dialog .mb-album-label 
    {
        font-size: 16px;
    }
    .mb-song-card-dialog .mb-album-artist 
    {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .mb-song-card-dialog .mb-song-download-option .mb-mpe-icon 
    {
        max-width: 90px;
        margin-top: 8px;
    }
    .mb-song-card-dialog .mb-song-download-option .mb-all-access-icon 
    {
        max-width: 35px;
    }
    .mb-song-card-dialog .mb-song-download-option .mb-yangaroo-icon 
    {
        max-width: 35px;
    }
    .mb-song-card-dialog .mb-song-list-graph 
    {
        display: none !important;
    }
    .mb-song-card-dialog .mb-youtube-player-area
    {
        display: none !important;
    }
    .mb-song-card-dialog div.jp-audio div.jp-type-single div.jp-progress 
    {
        width: 100px;
    }
    .mb-song-card-dialog .mb-songcard-advertisement-control 
    {
        width: 316px;
        height: 316px;
        float: none;
    }
    .mb-song-card-dialog .mb-songcard-advertisement-control .mb-poster img 
    {
        height: 245px;
        width: 316px;
    }
    .mb-song-card-dialog .bx-wrapper 
    {
        height: 300px;
    }
    .mb-song-card-dialog .mb-song-card-dialog-container 
    {
        height: 455px !important;
    }
    .mb-song-card-dialog .image-not-found 
    {
        width: 100px;
        height: 100px;
    }
    .mb-song-card-minimized-dialog .mb-minimized-album-area 
    {
        float: left;
        width: 122px;
    }
    .mb-song-card-minimized-dialog div.jp-audio div.jp-type-single div.jp-progress 
    {
        width: 80px;
    }
    .mb-song-card-minimized-dialog .jp-audio 
    {
        width: 228px;
    }
    .mb-song-card-minimized-dialog div.jp-audio div.jp-type-single div.jp-progress 
    {
        width: 40px;
    }
    .mb-song-card-minimized-dialog .mb-minimized-img-area 
    {
        display: none;
    }
}