/* Artlantic performance + portfolio glass guard */
img,
video,
iframe {
  max-width: 100%;
}

body.frame-page:not(.home-page) .uid-gallery .uid-thumb,
body.frame-page:not(.home-page) .uid-gallery .uid-vid-card,
body.frame-page:not(.home-page) .uid-gallery .uid-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.035)),
    rgba(4,24,34,0.34) !important;
  border: 1px solid rgba(154,232,255,0.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -28px 70px rgba(0,0,0,0.18),
    0 20px 56px rgba(0,0,0,0.28),
    0 0 28px rgba(68,216,255,0.10) !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
}

@supports (content-visibility: auto) {
  body.frame-page:not(.home-page) .uid-gallery .uid-thumb,
  body.frame-page:not(.home-page) .uid-gallery .uid-vid-card,
  body.frame-page:not(.home-page) .uid-gallery .uid-card,
  body.frame-page.home-page .services,
  body.frame-page.home-page .footer-blog-teasers {
    content-visibility: auto;
    contain-intrinsic-size: 1px 620px;
  }
}
