video-player {
    display: inline-block;
    position: relative;
    min-width: 70px;
    min-height: 70px;
    max-width: 100%;
    max-height: 100%;

    &::part(frame) {
        border: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    & > * {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-height: inherit;
        max-width: inherit;
    }
}