/* v968 — About Us uploaded real photo gallery rootfix
   Purpose: remove all old About Us gallery images from about-us.html and display only the 5 user-provided real photos.
   Team Building 2024 is intentionally larger and shown as a full image, not cropped. */

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:start !important;
}

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figure{
  position:relative !important;
  margin:0 !important;
  min-height:0 !important;
  aspect-ratio:16/10 !important;
  overflow:hidden !important;
  border-radius:18px !important;
  border:1px solid rgba(205,220,240,.95) !important;
  background:#eef4fb !important;
  box-shadow:0 16px 34px rgba(15,35,70,.10) !important;
}

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figure.about-gallery-team-building-v968{
  grid-column:1 / -1 !important;
  aspect-ratio:auto !important;
  background:#f7fbff !important;
  border-radius:20px !important;
  box-shadow:0 18px 42px rgba(15,35,70,.12) !important;
}

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
}

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figure.about-gallery-team-building-v968 img{
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#f7fbff !important;
}

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figcaption{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  padding:42px 18px 16px !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(4,18,45,.78)) !important;
  text-shadow:0 2px 8px rgba(0,0,0,.35) !important;
}

html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figure.about-gallery-team-building-v968 figcaption{
  font-size:24px !important;
  padding:70px 26px 22px !important;
}

@media(max-width:900px){
  html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figure{
    aspect-ratio:16/11 !important;
  }
}

@media(max-width:560px){
  html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968{
    gap:14px !important;
  }
  html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figcaption{
    font-size:15px !important;
    padding:34px 14px 13px !important;
  }
  html body.about-uploaded-gallery-v968 .about-gallery-v944.about-uploaded-gallery-v968 figure.about-gallery-team-building-v968 figcaption{
    font-size:18px !important;
    padding:46px 16px 15px !important;
  }
}
