/* LANDSCAPE PHONES AND DOWN */
@media (max-width: 480px) {
    .wrap-MI {
        right: 20px !important;
    }
}

.wrap-MI {
    padding: 20px 0 0 0 !important;
    position: absolute !important;
    right: 50px;
    width: 300px !important;
}

.player-track-title {
    color: #fff !important;
    float: left;
    line-height: 12px;
    margin-right: 10px;
    text-align: right;
    width: 256px;
}

.transport-MI {
    float: right;
}

.buttons_mp3j, .buttons_mp3jpause, .stop_mp3j, .Next_mp3j, .Prev_mp3j {
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 10px;
}

.buttons_mp3j {
    background-image: url("/wp-content/themes/florianostertag/images/jplayer.png");
    background-position: 0 0;
}

.buttons_mp3jpause {
    background-image: url("/wp-content/themes/florianostertag/images/jplayer.png");
    background-position: -10px 0;
}

.stop_mp3j {
    display: none;
}

.Next_mp3j {
    display: none;
}

.Prev_mp3j {
    background-image: url("/wp-content/themes/florianostertag/images/jplayer.png");
    background-position: -30px 0;
}

.jp-play-time, .jp-total-time, .statusMI, .playlist-toggle-MI, .mp3j-popout-MI, .listwrap_mp3j {
    display: none !important;
}

.bars_holder {
    display: none;
}