@CHARSET "UTF-8";

.is-splash.flowplayer .fp-ui, .is-poster.flowplayer .fp-ui {
    background-image: none;
}



.video_player_clicker_class {
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    display:block;
    text-decoration: none;
    outline:none;
    border:none;
    color:transparent;
    background:none;
    cursor: pointer;
}

#video_player {
    width: 100%;
    min-height: 375px;
    margin: 0 auto;
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#video_element, video {
    width:100%;
    max-width: 400px;
    height: auto;
    cursor: pointer;
}

