/* Kingdom of Web 5.6.82 — Selected Work: three visible homepage case studies. */
body.home #work .kow-work-sticky{
  max-width:1320px!important;
  margin-inline:auto!important;
}
body.home #work .kow-work-track{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  max-width:1240px!important;
  margin-inline:auto!important;
  padding:0!important;
  transform:none!important;
  will-change:auto!important;
}
body.home #work .kow-project{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:405/390!important;
  border-radius:18px!important;
}
body.home #work .kow-work-track .kow-project:nth-child(3){
  --kow-home-reveal-delay:.16s;
}
@media (max-width:1100px){
  body.home #work .kow-work-track{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:824px!important;
  }
}
@media (max-width:768px){
  body.home #work .kow-work-track{
    grid-template-columns:1fr!important;
    max-width:405px!important;
    gap:14px!important;
  }
  body.home #work .kow-project{
    width:100%!important;
    max-width:405px!important;
    aspect-ratio:405/390!important;
    border-radius:16px!important;
  }
  body.home #work .kow-work-track .kow-project{
    --kow-home-reveal-delay:0s!important;
  }
}
