// Background
@mixin bg($position) {
	background-size: cover !important;
	background-position: $position !important;
}