.site-layout .project-gallery{width:calc(20 * var(--ds-grid-unit));grid-area:media;grid-template-columns:minmax(0,1fr);grid-template-areas:"image";max-width:100%;margin:0;display:grid}.project-gallery__frame{aspect-ratio:4/3;grid-area:image;width:100%;height:auto;position:relative}.project-gallery__frame img{object-fit:cover;width:100%;height:100%;box-shadow:none;display:block}.project-gallery__frame img[hidden]{display:none}.project-gallery__timer{z-index:1;background:var(--chartreuse-green);opacity:.6;transform-origin:100%;pointer-events:none;width:100%;height:4px;position:absolute;top:-2px;left:0}@media (width<=768px){.site-layout .case-main>.project-gallery{width:100vw;max-width:none;margin-inline:calc(-1 * var(--ds-grid-unit))}.project-gallery__frame{height:calc(11 * var(--ds-grid-unit));height:round(nearest, 75vw, var(--ds-grid-unit));aspect-ratio:4/3}}
