How to make footer transparent on Dawn theme?

Hi, Shopify community. I edited some code for my website to add a video background and was able to make the header transparent so it shows the video. The problem I’m running into is coding the footer to show the video as well. I have seen a previously solved question similar to mine, but the code doesn’t seem to work when I add it. I appreciate any help I can get! I added screenshots of the base css and theme liquid transparent header coding:

Hi @pantaoclothing ,

Please try to delete some code it over ride so its not listening anymore.

.footer {
background-color: transparent;
}

Try to put this one only. If not working would you mind to share your URL website? with password if its protected. This is over ride already so its hard for me to solve this but I can inspect whats happening in the style. I hope it help.

Hi Ribe, thank you for responding. I sent you a message with my website password. A problem I am also running into is when I adjust the height of the video, the footer displays over, but on mobile, the height of the video doesn’t adjust and the footer is layered under.