.anchor_simulator {
	z-index: -1;
	position: relative;
	margin-top: -160px;
	padding-top: 160px;
}

.press_item {
	border-radius: 30px 0 30px 0;
	-webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 19%);
	margin-bottom: 30px;
	background-color: white;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
}

.press_item .press_item_content {
	width: 30%;
	background-color: #e6f0ff;
	position: relative;
}

.press_item_content .nxt_bg_img {
	background-size: contain;
	padding: 1.2em;
	background-origin: content-box;
}

.press_item .press_item_content iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.press_item .press_item_meta {
	width: 70%;
	padding-right: 50px;
}

.press_item_title {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
}

.press_item_source {
	margin-top: 2px;
	color: var(--oxy_color_19);
	font-size: 1.1em;
}

@media screen and (max-width: 991px) {
	.press_item {
		flex-direction: column-reverse;
	}
	
	.press_item .press_item_meta {
		width: 100%;
		padding-right: 0;
	}
	
	.press_item .press_item_content {
		width: 100%;
		padding-bottom: 56%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.press_item {
		padding: 30px;
	}
}