ul{list-style:none;padding:0;margin:0}.gallery{display:flex;flex-wrap:wrap;gap:8px;max-width:1152px;margin:0 auto}.gallery-image{width:360px;height:200px;margin:8px;box-sizing:border-box;transition:width .25s cubic-bezier(.4,0,.2,1),height .25s cubic-bezier(.4,0,.2,1),margin .25s cubic-bezier(.4,0,.2,1)}.gallery-link:hover .gallery-image,.gallery-link:focus .gallery-image{width:376px;height:208px;margin:0}
