html,
body{
padding:0;
margin:0;
}
body{
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
*{
box-sizing:border-box;
}



#main {
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
	position: relative;
}

#open-menu {
    position: absolute;
    z-index: 10;
    width: 10%;
    height: 3%;
    text-indent: -99999px;
    cursor: pointer;
}

#main > img{
	width:100%;
}


#mkmenu {
	top: -100%;
	opacity: 0.5;
	transition: 1s all ease;
}