.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* final */
@media (max-width: 991px) {
	
	/* final */
}
@media (min-width: 992px) {
	
	/* final */
}