.kws-bg-image-wrapper {

	position:fixed;
	
	top:0;
	
	left:0;
	
	right:0;
	
	bottom:0;
	
	z-index:-5;
	
	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

}

.kws-bg-image-wrapper img {

	height: 100%;
	
	width: 100%;
	
	object-fit: cover;

}

@media all and (max-width:375px){
	
	.bgmobile{display:block}
		
	.bgdesktop{display:none}

	}

@media all and (min-width:375px){
	
	.bgmobile{display:block}
	
	.bgdesktop{display:none}

}

@media all and (min-width:750px){

	.bgdesktop{display:block}
	
	.bgmobile{display:none}

}