body {
    background-color: #1E1E1E1A;
    width: 100%;
    border: 0;
    margin: 0px;
    padding: 0px;
}

.viewer-container {
    background-color: #E1E1E1;
}

.centre {
    height: 100%;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* This will allow the play button to be visible if the user denies camera access. */
vyking-apparel::part(default-play) {
    display: inline-block
}