.gallery-card{cursor:pointer;width:100%;max-width:720px;text-decoration:none;display:block}.gallery-card:hover .gallery-card__image{transform:scale(1.02)}.gallery-card:hover .gallery-card__play{background:#fffffffa;transform:translateY(0)scale(1.08)}.gallery-card__image-wrapper{width:100%;max-height:80vh;position:relative;overflow:hidden}.gallery-card__image{object-fit:contain;width:100%;transition:transform .3s;display:block}.gallery-card__play{-webkit-backdrop-filter:blur(8px);color:#111;z-index:2;background:#ffffffeb;border:1px solid #ffffff59;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:flex;position:absolute;bottom:14px;right:14px;box-shadow:0 8px 20px #00000029,inset 0 1px #ffffff80}.gallery-card__play svg{margin-left:1px}.gallery-card__content{padding-top:6px}@media (max-width:768px){.gallery-card__play{width:32px;height:32px;bottom:10px;right:10px}.gallery-card__play svg{width:10px;height:10px}}
.gallery{flex-direction:column;align-items:center;gap:80px;padding:40px 16px;display:flex}
