html
{
	padding: 0;
	margin: 0;
	width: 1920px;
	height: 1080px;
    overflow: hidden;
}
body
{
	padding: 0;
	margin: 0;
	width: 1920px;
    height: 1080px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: white;
    overflow: hidden;
}
button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.Tavneos_Guide_hotspot, .Tavneos_Guide_hotspotproject {
    position: absolute;
    display: block;
    z-index: 5;
}


.Tavneos_Guide_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;
    overflow: hidden;
}

.Tavneos_Guide_modal-fullscreen {
    width: 1920px;
    height: 1080px;
    pointer-events: none;
}

.Tavneos_Guide_active {
    z-index: 6 !important;
    display: inline-block;
}
.Tavneos_Guide_visible {
    opacity: 1 !important;
}

video
{
    opacity: 0;
}
