@mixin bgimage{

	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	
}