.vp-ad0e475e-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #000;
    overflow: hidden;
    border-radius: 8px;
}
.vp-ad0e475e-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}
.vp-ad0e475e-play-button {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.vp-ad0e475e-overlay:hover .vp-ad0e475e-play-button {
    background: rgba(0, 0, 0, 0.8);
}
.vp-ad0e475e-play-button svg {
    margin-left: 5px;
}
