    body, html {cursor:pointer;
    height: 100%	;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
overflow:hidden;
}
.bgimg-1 {
    background-image: url("sami_bg.jpg");
    height: 100vh;
	width: 100vw;
text-align: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.m{display:none;}

.bgimg-1 img {
    height: 100vh;	
}

@media (max-width: 769px) {
.bgimg-1 {
    height: 100%;
}
.bgimg-1 img {
    height: auto;
	width: 80vw;position: absolute;
bottom: 0;
left: 10vw;
}
.m{display:block}
.nm{display:none}
}
