/* @group Press List
------------------------------------ */
.press-list {
	position: relative;
}
.press-list .background-image {
	position: absolute;
	pointer-events: none;
	left: 0;
	z-index: 0;
}
.press-list .bp-column {
	z-index: var(--z-index-lowest);
}
.press-list .background-image .bp-multimedia img {
	object-position: left;
}
.press-list > .row {
	margin-bottom: 8rem;
}
:where(#wrapper) .press-list .press-item .content-col p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media only screen
and (min-width : 961px) {
	.press-list .background-image {
		height: 91rem;
		width: 35rem;
		top: -10rem;
	}
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
	.press-list .press-item .content-col {
		margin-top: 2.4rem;
	}
	.press-list .background-image {
		height: 85rem;
		width: 25rem;
		top: 10rem;
	}
}

/* @end */