/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Video-Container responsive */
.video-container {
  position: relative;
  padding-bottom: 45.78%; /* 56.25%; */ /* Der Wert unter padding-bottom: 56.25% steht übrigens für die Aspect Ratio von 16:9 -> 9/16*100 =56,25% */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  /* margin-bottom: -10%; */
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  /* height: 88.5% !important; */ /* 100% */ /* 78% */
  height: 100% !important;
}

/* Video-Container responsive 16:9 */
.video-container-16-zu-9 {
  position: relative;
  padding-bottom: 56.25%; /* Der Wert unter padding-bottom: 56.25% steht übrigens für die Aspect Ratio von 16:9 -> 9/16*100 =56,25% */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  /* margin-bottom: -10%; */
}

.video-container-16-zu-9 iframe,
.video-container-16-zu-9 object,
.video-container-16-zu-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  /* height: 88.5% !important; */ /* 100% */ /* 78% */
  height: 100% !important;
}