.hooucard.videocard {
    min-width: 300px;
    aspect-ratio: 16/9;
    display: flex;
    text-align: center;
    align-items: center;
    background-color: white;
    border-radius: 6px;
}

.videocard .hooucard-videowrapper {
    height:100%;
    width:100%;
    justify-content: center;
    align-items: center;  
}

.videocard video {
    height:100%;
    width:100%;
    display: flex;
    margin: auto;
}
