@charset "utf-8";

/* ****************************************************************************
 * Streaming Barcelona FIELD WIDGET
 * ****************************************************************************
 */


#video_player_wrapper {
  position              : relative;
  width                 : auto !important;
  height                : auto !important;
  padding-bottom        : 56.25%;   /* =(h/w*100)=(548/310*100) */
  overflow              : hidden;
}

#video_player_wrapper object {
  position              : absolute;
  display               : block;
  top                   : 0;
  left                  : 0;
  width                 : 100%;
  height                : 100%;
}
