.pastrami-page-title {
	background-position: center 48%;
}

.pastrami-article .inner-box .lower-box {
	max-width: 1100px;
}

.pastrami-copy {
	max-width: 800px;
	margin: 0 auto 48px;
	text-align: center;
}

.pastrami-kicker {
	display: inline-block;
	margin-bottom: 12px;
	color: #ae1710;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pastrami-copy .text {
	margin-bottom: 0 !important;
}

.pastrami-copy .pastrami-signoff {
	margin-top: 30px;
	font-family: 'Conv_georgia', Georgia, serif;
	font-style: italic;
}

.pastrami-copy .pastrami-availability {
	margin: 28px 0;
	padding: 18px 22px;
	border: 1px solid #ae1710;
	color: #232323;
	background: #fff8f7;
}

.pastrami-photo-grid {
	max-width: 900px;
	margin: 0 auto 64px;
}

.pastrami-photo-grid figure {
	margin: 0;
	background: #171717;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.pastrami-photo-grid img {
	display: block;
	width: 100%;
	height: auto;
}

.pastrami-video-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
	gap: 56px;
	align-items: center;
	padding: 56px 64px;
	background: #171717;
	color: #ffffff;
}

.pastrami-video-copy h2 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 38px;
	line-height: 1.2;
	text-transform: none;
}

.pastrami-video-copy p {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.7;
}

.pastrami-video-frame {
	position: relative;
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	background: #000000;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.pastrami-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen and (max-width: 991px) {
	.pastrami-page-title {
		background-attachment: scroll;
	}

	.pastrami-video-block {
		gap: 40px;
		padding: 48px 36px;
	}
}

@media only screen and (max-width: 767px) {
	.pastrami-video-block {
		grid-template-columns: 1fr;
	}

	.pastrami-photo-grid {
		margin-bottom: 42px;
	}

	.pastrami-video-block {
		padding: 36px 22px;
		text-align: center;
	}

	.pastrami-video-copy h2 {
		font-size: 30px;
	}

	.pastrami-video-frame {
		max-width: 340px;
	}
}
