.vk-gallery-main{border-radius:4px;overflow:hidden;background:var(--vk-card-bg);border:1px solid var(--vk-border)}.vk-gallery-main .vk-gallery-img{width:100%;height:clamp(240px,42vw,440px);object-fit:cover;display:block}.vk-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:2px}.vk-thumb{flex:0 0 auto;width:90px;height:62px;padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:var(--vk-card-bg)}.vk-thumb.is-active,.vk-thumb:hover{border-color:var(--vk-primary)}.vk-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:480px){.vk-gallery-main .vk-gallery-img{height:220px}.vk-thumb{width:70px;height:50px}}