Video banner size

Hi,

can anyone help me to get the video banner to be higher ?

For some reason it cuts out the upper part and then the heads of the people in the video are not showing

Thank you in advance!!

https://ynco-ny.com/

Hello @Daniel19901 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at the bottom of the file → Save

@media only screen and (min-width: 768px) {
    #shopify-section-template--22657255964964__featured_collection_m8ND7e {
        margin-bottom: 0px !important;
    }
}

Thanks!

@thirtycoders thx but it didn’t work:(