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_UnderstandAAV_hotspot, .AAV_UnderstandAAV_hotspotproject {
    position: absolute;
    display: block;
    z-index: 5;
}


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

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

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

