

.el-backgroundpicture .bhBackgroundImage {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.el-backgroundpicture.cover .bhBackgroundImage {
	background-size: cover;
}