.jm-background-at-wrapper {
	position: relative;
}

.jm-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent no-repeat 0 0;
	background-size: cover;
}

.jm-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.jm-background-at {
	position: relative;
}