#avaturn-container {
    width: 100%;
    height: 95%;
    border: none;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 20;
}

#avaturn-container .avaturn-sdk-container {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: auto;
}
