diff --git a/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css b/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css index da3e4ca67..a0215911b 100644 --- a/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css +++ b/apps/scandic-web/components/Lightbox/Gallery/gallery.module.css @@ -48,7 +48,7 @@ } @media screen and (max-width: 767px) { - .desktopCloseIcon, + .closeButton .desktopCloseIcon, .desktopGallery { display: none; } @@ -60,7 +60,7 @@ @media screen and (min-width: 768px) { .mobileGallery, - .mobileCloseIcon { + .closeButton .mobileCloseIcon { display: none; }