tuanphan can you help me out on css with the same problem on my page:
powerplatz.kleinws.de - password: theo2023
I just want that the header picture is on mobile with a grey overlay color. I tried this one:
@media screen and (max-width: 767px) {
[data-section-id="vc_row 344 row-container"] .section-background-overlay {
background-color: rgba(0,0,0,0.9) !important;
}