/*
Theme Name:     Basement
Theme URI: 		http://wegrass.com
Description:    Basement - WordPress Theme
Tags:			custom-menu, custom-colors, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready, responsive, right-sidebar
Author:         Wegrass Interactive
Author URI:     http://themeforest.net/user/wegrass
Version:        1.3.3
License: 		GNU General Public License v2.0
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
*/

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 

/* 4x3 Aspect Ratio */
.intrinsic-container {
  padding-bottom: 74%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}