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;
}

.AAV_GTI_hotspot {
    position: absolute;
    display: block;
    z-index: 5;
}
