Hello!
I’m using Out of the Sandbox’s Parallax Theme, and I could use some help with removing a white line beneath my Hero’s YouTube Video (please see a snapshot below)(website: www.shayrdair.com)

I’m relaunching my store on Monday and would appreciate some help straightening this out!
Many thanks for considering my request 
-Tim
HI @TimDono1
This is PageFly - Advanced Page Builder.
You can try with this code:
Follow this:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css.
Step 3: paste below code in bottom of file → save.
div.container {
padding-bottom: 0 !important;
}
Hope that my solution works for you.
Best regards,
PageFly.
1 Like
Thank you @PageFly-Victor . It worked!!! I really appreciate your help! 
Hey! @PageFly-Victor
I just noticed that the white space padding at the bottom of my homepage is missing. Could this have resulted from the fix you shared? (Please see the snapshot below)(website:www.shayrdair.com)
Thanks in advance for giving it a look 
-Tim
@TimDono1
Please try again with this code:
div#shopify-section-footer {
margin-top: 20px;
}