.splash-gallery{align-items:start;background:none;box-sizing:border-box;display:grid;gap:16px;grid-template-areas:"left center right";grid-template-columns:150px 540px 150px;height:665px;justify-content:center;margin-bottom:30px;padding:16px}.splash-gallery__col{display:flex;flex-direction:column;height:665px;justify-content:space-between;min-width:0}.splash-gallery__col--left{grid-area:left}.splash-gallery__col--right{grid-area:right}.splash-gallery__thumb{background:none;box-shadow:0 2px 6px rgba(0,0,0,.18);cursor:default;display:block;flex-shrink:0;height:150px;overflow:hidden;transition:box-shadow .3s ease;width:150px}.splash-gallery__thumb:hover{box-shadow:0 8px 30px rgba(0,0,0,.4)}.splash-gallery__thumb img{display:block;height:100%;object-fit:cover;pointer-events:none;width:100%}.splash-gallery__center{background:transparent;flex-shrink:0;grid-area:center;height:665px;width:540px}.splash-gallery__center-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none;width:100%}.splash-gallery__center-img{display:block;flex:1;min-height:0;object-fit:cover;padding:4px;transition:opacity .2s ease;width:100%}.splash-gallery__center-title{color:#3a9eb5;display:block;font-size:1rem;padding:10px 4px 4px;text-align:center;transition:color .2s ease}.splash-gallery__center-link:hover .splash-gallery__center-title{color:#4bcfed;text-decoration:underline}@media (max-width:800px){.splash-gallery{box-sizing:border-box;gap:20px;grid-template-areas:"left right";grid-template-columns:1fr 1fr;height:auto;margin-bottom:30px;max-width:100%;overflow:hidden;padding:20px 15px 40px;width:100%}.splash-gallery__center{display:none}.splash-gallery__col{height:auto}.splash-gallery__col--left{gap:30px;grid-column:1}.splash-gallery__col--right{gap:30px;grid-column:2}.splash-gallery__thumb{aspect-ratio:1/1;gap:20px;height:auto;width:100%}}