/*
 Theme Name:   Hueman Child
 Theme URI:    http://presscustomizr.com/hueman/
 Description:  Hueman Child Theme
 Author:       Nico Rostermund
 Author URI:   http://borussia-bocholt.de
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:  hueman-child
*/

iframe {
  max-width: 99%;
}

.embed-container {
  position: relative; 
  padding-bottom: 78.6%;/*  ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}

.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}*/