Same view on mobile as on pc

Hi everyone. I have this view on my pc homepage:

It is a video playing. When i go to mobile it looks like this:

I want the text on the video the same as it is on the pc. Can anyone help me out?

website:

https://hausi.nl/

pw: theepa

Thanks for your time!

@Hausi - please add this css to the very end of your base.css file and check

@media screen and (max-width: 767px) {
.videoBackground .videoBoxInfo {background: none !important; 
position: absolute !important;   z-index: 100 !important;    }

.videoBackground .videoBox{justify-content: flex-start !important; min-height: 320px !important;}
}

Thanks for your reply @suyash1 this works. Only i want the text a bit lower. And the categories button is not working anymore when after i click the 3 lines on the left.

Thanks!