When reaching < 767px. The header stops being transparent. On my other pages this is not happening.
I found this in the CSS: (not my custom css)
@media only screen and (max-width: 767px) {
#main {
margin-top: 103px!important;
}
}
This is responsible for the black background.
I don’t understand why this is only happening on this page?