.start {
	position: relative;
	background: url(../images/mainbackground.png) no-repeat;
	background-size: cover;
	height: 100vh;
    background-position: 100% 100%;


	@include breakpoint(mobile) {
		background:url(../images/mainbackgroundmobileTEMP.png) no-repeat;
		background-size: cover !important;
	}
}


.brHide {
	@include breakpoint(mobile) {
		display: none;
	}
}
