/**
 * @version    SVN: <svn_id>
 * @package    PdfEmbed
 * @author     Techjoomla <extensions@techjoomla.com>
 * @copyright  Copyright (c) 2009-2015 TechJoomla. All rights reserved.
 * @license    GNU General Public License version 2, or later
 */

.embed-container {
position: relative;
/*padding-bottom: 100%;*/ /* 16/9 ratio */
/*padding-top: 30px;*/ /* IE6 workaround*/
/*height: 0;*/
overflow: hidden;
width: 100% !important;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
width: 100%;
height: 100%;
box-sizing:border-box;
}
.native-embed-container {
overflow: auto !important;
}
.item-page .embed-container{min-height: 580px;
}