*{
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
img {
  pointer-events: none;
}
html, body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
#wrapper{
    position: absolute;
    width: 100%;
}
    .page{
        position: absolute;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .page-img, .page-video {
        min-width:100%;
        min-height:100%;
        width:auto;
        height:auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: black;
    }

