
.vkv8-wrapper{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.vkv8-viewer-area{
    width:100%;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.vkv8-stage{
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:grab;
    touch-action:none;
}

.vkv8-stage img{
    width:min(100%,650px);
    height:auto;
    display:block;
    pointer-events:none;
    transform-origin:center center;
    will-change:transform;
}

.vkv8-controls{
    display:flex;
    justify-content:center;
    gap:50px;
    margin-top:20px;
}

.vkv8-btn{
    width:48px;
    height:48px;
    border-radius:50%;
    border:1px solid #d8d8d8;
    background:#f5f5f5;
    color:#666;
    cursor:pointer;
    font-size:28px;
    line-height:1;
}

.vkv8-btn:hover{
    background:#ececec;
}
