Image banner not displaying on dawn theme mobile view

Hi! can you please help me too? > loudi.nl
Its not the video background im having issues with that one works fine.
If you scroll down on desktop youll see 2 images of a man and woman. These 2 are not visible/ appear white on mobile view.

@Loudi
oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css ->paste below code at the bottom of the file.
@media (max-width: 749px) {
#shopify-section-template--20596814348636__image_banner_ke7dDV .banner__media:first-child {
  display: block;
}
}

on mobile view

I have another banner image if you scroll more down. Can you give me a code for that one too please? Thanks!!! you saved hours for me :grinning_face_with_smiling_eyes:

@Loudi

yes please add this code also

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css ->paste below code at the bottom of the file.
@media (max-width: 749px){
#shopify-section-template--20596814348636__image_banner_UPmtDK .banner__media:first-child {
    display: block;
}
}

Wow thanks! ur the best.

@Loudi

its my pleasure to help us.

hi can you help me please too? perfecthomeusa.com i have same issue image banner on desktop it shows the picture and on mobile shows white only , i tried all the codes you mentioned didnt work

@perfecthomeusa

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?