How can I make a background video responsive on my website?

Hello everyone,

I’m quite new to all this.

I’ve put a background video on my shopify at https://trepanationrecreative.com but it isn’t resposive and I dont know how to change that. I know pretty much nothing about css :confused:

Thank you !

Hey Honjapapi,

Please add this code in CSS file

@media screen and (max-width: 640px){
.videoBackground .videoBoxInfo {
padding: 0;
}
.videoBackground {
height: 500px;
}

}

Thanks
Pooja

Thank you very much ! It is more responsive but not 100% though :disappointed_face: