.northspur-post-banner {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	background: #f4efdf;
}

.northspur-post-banner__frame {
	width: 100%;
	height: clamp(300px, 34vw, 540px);
	overflow: hidden;
}

.northspur-post-banner__img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 768px) {
	.northspur-post-banner__frame {
		height: 260px;
	}
}
