/*
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 { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*Change width of the footer widgets*/
@media (min-width: 768px) {
  .fl-page-footer-widgets .col-sm-3:first-child {
    width: 20%;
  }
  .fl-page-footer-widgets .col-sm-3:nth-child(2) {
    width: 40%;
  }
  .fl-page-footer-widgets .col-sm-3:nth-child(3) {
    width: 40%;
  }
}