Motion Theme-Reducing the space between the header and the video hero

Hello community!! I m using Motion theme for my shop https://everydayheroes-store.com/ my question is how can i reduce the space between the header and the video hero? I will appreciate any help on this . Thank you !

@everydayheroess ,

.template-collection .main-content, .template-index .main-content {
    padding-top: 170px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you so much ! It work at desk top but the space on the mobile view is remaining. Can we do something for that ?

@everydayheroess

yes, please add this code

@media (max-width: 768px) {
.template-collection .main-content, .template-index .main-content {
    padding-top: 70px;
}
}

Hi ! It seams that the space became smaller but need more , do you


offer any other recommendations?

@everydayheroess

yes its animation spacing top and bottom if remove this please check your theme setting

Hi dear Ketan Kumar and thank you for your time ! I deactivate all the animates between sections ,pages and images but the space still remaining big .