
@media screen and (min-width: 1024px) {
	
.mobile {display:none!important;}
.desktop {
	background-image: url('images/LANDING-PAGE.png'); 
	background-repeat: no-repeat; 
	height: 100vh; 
	width: 100vw; 
	background-size: contain; 
	background-position: top center;
}
body {overflow: hidden!important;}
	
}

@media screen and (max-width: 1023px) {

.desktop {display:none!important;}
.mobile {
	background-image: url('images/LANDING-PAGE-KATHETH.jpg'); 
	background-repeat: no-repeat; 
	height: 100vh; 
	width: 100vw; 
	background-size: contain; 
	background-position: center center;
}
body {overflow: hidden!important;}

}