.wcvg-slider {
    max-width: 100%;
}

.wcvg-main img,
.wcvg-main video {
    width: 100%;
    display: block;
}

.wcvg-thumbs {
    margin-top: 12px;
}

.wcvg-thumb {
    width: 80px;
    margin-right: 8px;
    opacity: .5;
    cursor: pointer;
}

.wcvg-thumb.is-selected {
    opacity: 1;
}
.wcvg-video-wrap {
    position: relative;
    width: 100%;
}

.wcvg-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
}
.product-gallery-thumbs .thumb img,
.product-gallery-thumbs .thumb video {
    width: 100%px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    object-fit: cover;
}

.wcvg-video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* click vẫn là thumb */
}

/* icon play nhỏ cho dễ nhận biết */
.wcvg-video-thumb::after {
    content: '▶';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background: rgba(0,0,0,.25);
}
.product-gallery-thumbs{
    margin: 0 auto;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 8px;
}
.product-gallery-thumbs .thumb .wcvg-video-thumb{
    width: 100%;
    max-width: 100%;
}
.product-gallery-thumbs .thumb{
    padding-left: 4px !important;
    padding-right: 4px !important;
}