@charset "utf-8";

#player_modal {
    background-color: #111;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    box-shadow: 0 0 15px #000000, 0 0 10px #000 inset;
    display: none;
    height: auto;
    padding: 20px;
    width: auto;
}

iframe#player_frame {
    box-shadow: 0 0 20px #000000;
    
    height: 450px;
    width: 800px;
}

iframe#video_player_frame {
    
    height: 280px;
    width: 490px;
}

/*--- IFRAMMED CONTENT ---*/



body#frammed_player {
    padding: 0;
    margin: 0;
}

#video_blank {
    height: 100%;
    width: 100%;
    background-color: #333;
    overflow: hidden;
}

.vjs-big-play-button {
	display: none !important;
}
