.content_images_cst {
	width: 100%;
	height: 430px !important;
	position: relative;
	overflow: hidden;
}
.content_images_cst .content_images_cst_entry {
	height: 100%;
}
.content_images_cst .content_images_cst_entry .contentimage_cst_image {
	height: 100%;
	min-height: 430px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.content_images_cst_mobile_tablet .contentimage_cst_image {
	background-position: center !important;
	background-attachment: scroll !important;
	background-size: cover !important;
}