.blog-parallax {
	margin-bottom: 30px;
}

.blog-parallax,
.blog-parallax .img-cont {
	position: relative;
}

.blog-parallax .slide {
	z-index: 0;
}

.blog-parallax .title-cont {
	--width: calc(100% - 20px);
	content: '';
	background-image: url(/includes/public/assets/shared/boots-on-the-ground-sm.svg);
	background-size: 100% 100%;
	width: var(--width);
	max-width: 375px;
	background-repeat: no-repeat;
	padding: 8px 21px 16px;
	margin:  0 10px;
	overflow: hidden;
	margin-bottom: 6px;
	z-index: 2;
	position: relative;
}

.blog-parallax .title-cont .top-title {
	color: var(--white);
	font-size: 42px;
	line-height: calc(41/42);
	font-family: var(--stranger);
	margin-bottom: 11px;
}

.blog-parallax .title-cont .bottom-title {
	font-family: var(--stranger-wide);
	font-size: 17px;
	line-height: calc(19/17);
	color: var(--white);
	margin-left: 2px;
}

.blog-parallax .title-cont .default-button {
	font-size: 13px;
	margin-top: 12px;
	padding-left: 11px;
	padding-right: 17px;
	color: #b53e37;
	margin-left: 2px;
}

.blog-parallax .title-cont .default-button:after {
	margin-left: -1px;
}

.blog-parallax .slide {
	margin-bottom: 30px;
}
.blog-parallax .slide .inner {
	position: relative;
}

.blog-parallax .parallax-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.blog-parallax .slide .inner:before,
.blog-parallax .slide .inner:after {
	content: '';
	background-image: url(/includes/public/assets/shared/blog-bottom-texture.svg);
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 0;
	padding-top: max(12px, calc(100% * 33 / 1755));
	padding-top: 14px;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	pointer-events: none;
}

.blog-parallax .slide .inner:before {
	background-image: url(/includes/public/assets/shared/blog-top-texture.svg);
	bottom: unset;
	top: -2px;
	background-position: bottom;
}

.blog-parallax .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top,  rgba(0,0,0,1) 0, rgba(0,0,0,0) 100%);
	pointer-events: none;
	opacity: .6;
}


.blog-parallax .img-cont img {
	display: block;
	width: 100%;
}
.blog-parallax h4,
.blog-parallax h4 a {
	color: var(--white);
	font-weight: var(--font-weight-bold);
	pointer-events: all;
	font-family: var(--font-display);
	font-size: 17px;
	letter-spacing: .02em;
	line-height: calc(20/17);
}

.blog-parallax .content-section {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
	max-width:  640px;
}

.blog-parallax .content-section p {
	color: #fff;
	display: none;
}

.blog-parallax .content-section .default-button {
	pointer-events: all;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-top: 10px;
}

@media (min-width: 40em) {
	.panel-two-col .blog-parallax {
		margin-bottom: 0;
	}

	.blog-parallax .title-cont {
		--width: 600px;
		max-width: unset;
		background-image: url(/includes/public/assets/shared/boots-on-the-ground-bg.svg);
		height: calc(23 * var(--width) / 100);
		margin-bottom: -40px;
	}

	.blog-parallax .slide .inner:before,
	.blog-parallax .slide .inner:after {
		padding-top: 19px;
	}
}

@media (min-width: 64em) {
	.blog-parallax {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		padding-left: 0;
		padding-right: 0;
	}

	.blog-parallax .parallax-bg {
		background-position: center;
		background-attachment: fixed;
	}

	.blog-parallax .title-cont {
		--width: 955px;
		max-width: unset;
		height: calc(23 * var(--width) / 100);
		padding-left: 88px;
		padding-right: 40px;
		padding-top: 29px;
		margin-bottom: -80px;
	}

	.blog-parallax .title-cont .top-title {
		font-size: 83px;
		line-height: .85;
		margin-bottom: 2px;
	}

	.blog-parallax .title-cont .bottom-title {
		font-size: 33px;
	}

	.blog-parallax .title-cont .default-button {
		font-size: 18px;
		margin-top: 6px;
		padding-top: 9px;
		padding-left: 14px;
		padding-right: 20px;
	}

	.blog-parallax .slide .inner:before,
	.blog-parallax .slide .inner:after {
		padding-top: max(12px, calc(100% * 33 / 1755));
	}


	.blog-parallax h4,
	.blog-parallax h4 a {
		font-size: 39px;
		line-height: calc(44/39);
		margin-bottom: 11px;
	}

	.blog-parallax .content-section {
		padding-bottom: 33px;
		padding-left: 28px;
	}

	.blog-parallax .content-section p {
		font-size: 18px;
		display: block;
		line-height: 1.2;
		letter-spacing: .02em;
	}

	.blog-parallax .content-section .default-button {
		pointer-events: all;
		font-size: 18px;
		padding-top: 9px;
		padding-bottom: 9px;
		margin-top: 17px;
		position: relative;
	}
}