

html, body {
    margin: 0;
    padding: 0;
}

body{
    overflow: hidden;
}

#wix {
    display: block;
    border: none;
    width: 100%;
    height: 100vh;
    overflow: auto;
    /*overflow-y: visible;*/
}