.wpkomaci-video-container {
    max-width: 100%;
    margin: 20px 0;
}

.wpkomaci-video-container video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

