.image {
	display: inline-flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 260px;
}
.bg-pos-left {
	background-position: left !important;
}
.bg-pos-right {
	background-position: right !important;
}
.bg-pos-center {
	background-position: center !important;
}
.bg-pos-bottom {
	background-position: bottom !important;
}
.bg-pos-top {
	background-position: top !important;
}
.bg-contain {
	background-size: contain !important;
}
.bg-cover {
	background-size: cover !important;
}
@media (max-width: 800px) {
	.mob-bg-pos-left {
		background-position: left !important;
	}
	.mob-bg-pos-right {
		background-position: right !important;
	}
	.mob-bg-pos-center {
		background-position: center !important;
	}
	.mob-bg-pos-bottom {
		background-position: bottom !important;
	}
	.mob-bg-pos-top {
		background-position: top !important;
	}
	.mob-bg-contain {
		background-size: contain !important;
	}
	.mob-bg-cover {
		background-size: cover !important;
	}
}
