@charset 'UTF-8';
/*
 * blueimp Gallery Audio Factory CSS 1.0.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Shoreham Fort
 * https://www.shorehamfort.co.uk
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .slides > .slide > .youtube-content > .youtube-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide > .youtube-content {
  height: 100%;
}

