.featherlight {
    background: transparent;
}
.featherlight .featherlight-content{
    max-width: 800px;
    width: 100%;
    overflow: unset;
    border-bottom: none;
    padding: 25px;
}
.featherlight.featherlight-inner{
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.featherlight .featherlight-content video{
    width: 100%;
}