The header image is the default header image for the site.

  1. Click on Appearance > Customize on the left main admin navigation bar
  2. Click Additional CSS
  3. Paste the CSS from the grey box in this tutorial below the existing CSS then click publish

Note: Not all themes have the ability for you to add additional CSS. If yours doesn’t offer this feature contact us and we will add the CSS to your theme for you.

 .responsive-video {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
    }
    .responsive-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
Secret Link