Hello Valeh,
To remove the spaces surrounding the video in mobile view, kindly add the following css to your Additional Css:
@media screen and (min-width: 320px) and (max-width: 768px){
section .lightbox{
padding: 0 0 !important;
}
#industry {
padding: 1em 0 !important;
}
}
Thank you.