a {
    cursor: pointer;
}
a,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0;
}

audio,
canvas,
video {
    max-width: 100%;
}

html {
    overflow-y: hidden;
}
html,
body {
    width: 100%;
    min-height: 100%;
    touch-action: manipulation;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}

.tap-to-play {
	z-index: 1000;
    font-size: 28px;
    color: white;
    text-align: center;
    height: 100%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 70px);
}

.tap-to-play p {
	width: 140px;
	height: 100px;
    margin: 0 auto;

}