.press-feature-large {
	background-image: linear-gradient(180deg, rgba(17,20,23,.08), rgba(17,20,23,.82)), var(--press-image) !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.press-feature-image {
	min-height: 390px;
	padding-top: 180px;
	background-image: linear-gradient(180deg, rgba(17,20,23,.04) 0%, rgba(17,20,23,.80) 58%, rgba(17,20,23,.95) 100%), var(--press-image);
	background-position: center 22%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.press-feature-image .press-brand,
.press-feature-image > span { color: #fff; }
.press-feature-image p { color: rgba(255,255,255,.80) !important; }
.press-feature-image-contain {
	background-image: linear-gradient(180deg, rgba(17,20,23,0) 0%, rgba(17,20,23,.84) 67%, rgba(17,20,23,.96) 100%), var(--press-image);
	background-position: center top;
	background-size: contain;
	background-color: #f4f3ef;
}