html, body{
    padding: 0;
    margin: 0;

}
.primary-video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.video-container {
    position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  background-color: black;
}

.secondary-video {
    position: absolute;
    max-width: 30%;
    width: 30%;
    margin: 16px;
    border-radius: 16px;
    right: 0;
    z-index: 1;
    transform: rotateY(180deg);
}