.custom-video .custom-media {
    width: 100%;
    height: 0%;
    position: relative;
}
.custom-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.custom-video .placeholder,
.custom-video .placeholder svg {
    width: 100%;
    height: 100%;
}