* {
	font-family: 'Helvetica Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.overlay__content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    max-width: 800px;
}

.overlay__close {
    position: absolute;
    right: 0;
    padding-top: 0px;
    /* width: 2rem; */
    /* height: 2rem; */
    line-height: 0;
    text-align: center;
    background-color: white;
    cursor: pointer;
    border: 3px solid black;
    /* font-size: 1.5rem; */
    margin: -1rem;
    border-radius: 2rem;
    z-index: 100;
    box-sizing: content-box;
}

.overlay__content video {
    width: 100%;
    height: 100%;
}

.overlay__content canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}