#demo {
    width: 100%;
    max-height: 60vh;
    aspect-ratio: 16 / 9;
    padding: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}