#what_image {
z-index: 9999999;
left: 0;
top: 0;
position: fixed;
width: 100vw;
height: 100vh;
display: none;
transition: unset;
}
#what_image.active {
display: block;
.hide {
position: absolute;