
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    -webkit-touch-callout: none !important;
}


.close {
    display: none;
    position: absolute;
    }

.open {
    position: relative;
    }

.parent {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}



#img { 
    height: auto;
    width: 100%;

}

#gif {
    height: auto;
    width: 100%;
}
  
    

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none !important;
    }
      
    
