.cvp-aef2cde0-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px; /* Default height */
}

.cvp-aef2cde0-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}