.gallery-card{width:100%;max-width:720px;text-decoration:none;display:block;position:relative}.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%;height:auto;transition:transform .3s;display:block}.gallery-card__play{-webkit-backdrop-filter:blur(8px);color:#111;z-index:2;cursor:pointer;background:#ffffffeb;border:1px solid #ffffff59;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .25s;display:flex;position:absolute;bottom:14px;right:14px;box-shadow:0 8px 20px #00000029,inset 0 1px #ffffff25}.gallery-card__play svg{margin-left:1px}.gallery-card__content{text-align:center;padding-top:12px}.gallery-card__title{margin:0;font-size:16px;font-weight:600;line-height:1.35}.gallery-card__title a{color:#111;text-decoration:none}.gallery-card__subtitle{color:#8a8a8a;margin:4px 0 0;font-size:12px;line-height:1.4}@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:40px;padding:40px 16px;display:flex}.gallery-player{z-index:9999;width:100%;position:fixed;bottom:10px;left:0}.gallery-player iframe{border:0;width:100%;display:block}
