.img-centred {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.background-blank {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.background-image {
	background-repeat: no-repeat !important;
	//	background-attachment: fixed !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;

	/*
	&:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(29, 27, 30, .3);
	}
	*/
}

