.svb-video-wrapper {
    position: relative;
    max-width: 100%;
}

.svb-video-element {
    width: 100%;
    height: auto;
    display: block;
}

.svb-play-toggle {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.svb-play-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}
