Video section not resizing to fit theme and is pushing outside video container

Thanks @GemPages This has produced the same outcome as my other reply below. Video looks huge. Does it matter that my video is now in a custom section “homepage-video.liquid” ? It is comprised of this code:


  

{% schema %}
{
"name": "Homepage Video",
"class": "index-section index-section--flush",
"settings": [],
"presets": [{
"name": "Homepage Videos",
"category": "Text"
}]
}
{% endschema %}
{% stylesheet %}
  .section-homepage-video{
  width:100%;
  }
  .video-homepage{
  width: 100%;
  height: auto;
  }
{% endstylesheet %}
{% javascript %}
{% endjavascript %}