.photography-banner {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 60px;
	overflow: hidden;
}

.photography--inner {
	width: 100%;
}

.photography--content {
	z-index: 1;
	padding-bottom: 1.5rem;
}

.photography--content,
.photography--title,
.subheading {
	color: #fff;
}

.photography--title {
	margin-top: 60px;
}

.photography--tout {
	min-height: auto;
	height: auto;
	flex-grow: 1;
	margin-bottom: 1.25rem;
}

.photography--badge a {
	display: inline-block;
	margin-right: 16px;
	border: 1px solid #fff;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.photography--badge img {
	height: 42px;
	object-fit: contain;
}


.photography-banner--mobile-full .photography--inner {
	width: 429px;
	display: flex;
	position: relative;
	min-height: 570px;
}

.photography-banner--mobile-full .mobile-image {
	position: absolute;
	width: 1280px;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	top: 0;
	bottom: 0;
	padding: 0;
}

.photography-banner--mobile-full .mobile-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {

	.photography--inner {
		width: 429px;
		display: flex;
		position: relative;
		min-height: 570px;
	}

	.photography--content {
		padding-bottom: 40px;
	}

	.photography--bleed-image {
		position: absolute;
		width: 1280px;
		/* height: 570px; */
		height: 100%;
		left: 50%;
		transform: translate(-50%);
		top: 0;
		bottom: 0;
		padding: 0;
	}

	.photography--bleed-image.fullwidth-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.photography--title {
		margin: 60px 0 1.25rem;
	}

	.photography-banner .btn {
		width: auto;
	}

	.photography-banner.secondary-banner .photography--inner {
		min-height: 350px;
	}

	.photography-banner.secondary-banner .photography--bleed-image {
		min-height: 350px;
	}


}

@media (min-width: 992px) {
	.photography--inner {
		width: 360px;
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.photography--inner {
		width: 540px;
	}
}
