#mvp_player .rmp-logo {
    height: 4%;
    display: block !important;
}
@media (min-width: 1200px) {
    #mvp_player .rmp-logo {
        height: 3%;
    }
}

#mvp_player .rmp-error{
    position:relative;
    margin-top:20%;
}


#mvp_player .rmp-module {
    top: 48px;
}

.mvp-playlist-container .rmp-playlist-item-title {
    white-space: normal;
}

.mvp-playlist-container .rmp-playlist-item-description {
    display: none;
}

.mvp-playlist-container .rmp-playlist-item-number {
    display: none;
}

.mvp-playlist-container .rmp-playlist-item-thumbnail-wrapper {
    left: 4px;
}

.mvp-playlist-container .rmp-playlist-item-title {
    /*font-size: 11px;*/
}

.mvp-playlist-container .rmp-playlist-header {
    display: none;
}


@media (max-width: 750px) {
    .mvp-playlist-container .rmp-playlist-item-title {
        /*font-size: .8em;*/
    }
}

@media (max-width: 450px) {

    .mvp-playlist-container .rmp-playlist-item-title {
        /*font-size: .7em;*/
        padding-left: 4px;
    }
}

.rmp-playlist-side-menu{
    max-height: 100% !important;
}

.mvp-playlist-landscape  .rmp-ad-container iframe{
    position: fixed !important;
    height: 100%;
}

/**************************************LANDSCAPE**************************************/
.mvp-playlist-landscape {
    /*    height: auto !important;*/
    width: 100% !important;
}
.mvp-playlist-landscape.rmp-playlist-container > .rmp-playlist-player-wrapper {
    width: 70% !important;
    float: left !important;
    height: 100% !important;
}

.mvp-playlist-landscape .rmp-container {
    height: 100% !important;
}

.mvp-playlist-landscape .rmp-playlist-side-menu {
    height: 100% !important;
    width: 30% !important;
}

.mvp-playlist-landscape .rmp-playlist-item-thumbnail-wrapper {
    width: 38% !important;
    height: auto !important;
    max-width: 84px !important;
    left: 2% !important;
}

.mvp-playlist-landscape .rmp-playlist-item-text-area {
    width: calc(100% - 95px) !important;
    height: auto !important;
    left: 95px !important;
}

@media (max-width: 750px) {

    .mvp-playlist-landscape .rmp-playlist-item-text-area {
        width: 58% !important;
        left: 42% !important;
    }
}

@media (max-width: 450px) {
    .mvp-playlist-landscape .rmp-playlist-item-thumbnail-wrapper {
        display: none !important;
    }

    .mvp-playlist-landscape .rmp-playlist-item-text-area {
        width: 98% !important;
        height: auto !important;
        left: 2% !important;
    }

    .mvp-playlist-landscape .rmp-playlist-item-active {
        color: #2196F3 !important;
    }
}

/**************************************PORTRAIT**************************************/
.mvp-playlist-portrait {
    height: auto !important;
    width: 100% !important;
}

.mvp-playlist-portrait.rmp-playlist-container > .rmp-playlist-player-wrapper {
    width: 100% !important;
    float: none !important;
    height: auto !important;
}

.mvp-playlist-portrait .rmp-playlist-side-menu {
    width: 100% !important;
    float: none !important;
    height: 320px !important;
}

.mvp-playlist-portrait .rmp-playlist-item-thumbnail-wrapper {
    width: 38% !important;
    height: auto !important;
    max-width: 84px !important;
    left: 2% !important;
}

.mvp-playlist-portrait .rmp-playlist-item-text-area {
    width: calc(100% - 110px) !important;
    height: auto !important;
    left: 110px !important;
}

@media (max-width: 300px) {

    .mvp-playlist-portrait .rmp-playlist-item-text-area {
        width: 58% !important;
        left: 42% !important;
    }
}

/**************************************NO-SIDE**************************************/

.mvp-playlist-169 .rmp-playlist-side-menu {
    display: none !important;
}
.mvp-playlist-169 {
    height: 100% !important;
    width: 100% !important;
}

.mvp-playlist-169 .rmp-playlist-player-wrapper{
    height: 100% !important;
    width: 100% !important;
}

.mvp-playlist-169 .mvp_player{
    height: 100% !important;
    width: 100% !important;
}


/**************************************PLAYLIST BUTTON**************************************/

@media (max-width: 550px) {
    #mvp_player.rmp-extrasmall .rmp-overlay-button,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui,
    #mvp_player.rmp-extrasmall .rmp-loading-spin {
        height: 50px;
        margin-top: -25px;
        width: 50px;
        margin-left: -25px;
    }

    #mvp_player.rmp-extrasmall .rmp-overlay-button .rmp-i-play,
    #mvp_player.rmp-extrasmall .rmp-overlay-button .rmp-i-replay,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui .rmp-i-play,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui .rmp-i-pause,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui .rmp-i-replay {
        line-height: 50px;
        font-size: 26px;
    }

    #mvp_player.rmp-extrasmall .rmp-loading-spin-bounce {
        height: 26px;
        width: 26px;
    }

    #mvp_player .rmp-loading-spin-bounce {
        top: 12px;
        left: 12px;
    }

    #mvp_player .rmp-playlist-left-arrow,
    #mvp_player .rmp-playlist-right-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    #mvp_player .rmp-module {
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 28px
    }

    #mvp_player .rmp-module-button {
        width: 35px;
        height: 35px;
    }

    #mvp_player .rmp-i-hd,
    #mvp_player .rmp-i-sharing {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    #mvp_player.rmp-extrasmall .rmp-overlay-button,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui,
    #mvp_player.rmp-extrasmall .rmp-loading-spin {
        height: 40px;
        margin-top: -20px;
        width: 40px;
        margin-left: -20px;
    }

    #mvp_player.rmp-extrasmall .rmp-overlay-button .rmp-i-play,
    #mvp_player.rmp-extrasmall .rmp-overlay-button .rmp-i-replay,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui .rmp-i-play,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui .rmp-i-pause,
    #mvp_player.rmp-extrasmall .rmp-mobile-central-ui .rmp-i-replay {
        line-height: 40px;
        font-size: 22px;
    }

    #mvp_player.rmp-extrasmall .rmp-loading-spin-bounce {
        height: 22px;
        width: 22px;
    }

    #mvp_player .rmp-loading-spin-bounce {
        top: 10px;
        left: 10px;
    }

    #mvp_player .rmp-playlist-left-arrow,
    #mvp_player .rmp-playlist-right-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    #mvp_player .rmp-module {
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 9px;
    }

    #mvp_player .rmp-module-button {
        width: 25px;
        height: 25px;
    }

    #mvp_player .rmp-i-hd,
    #mvp_player .rmp-i-sharing {
        font-size: 12px;
    }

    .rmp-chrome .rmp-overlay-button,
    .rmp-chrome .rmp-playlist-left-arrow,
    .rmp-chrome .rmp-playlist-right-arrow{
        top:35% !important;
    }
}
@media (max-width: 300px) {
    .rmp-chrome .rmp-overlay-button,
    .rmp-chrome .rmp-playlist-left-arrow,
    .rmp-chrome .rmp-playlist-right-arrow{
        top:25% !important;
    }
}