.dd-section-hero {
	padding: 0;
	overflow: hidden;
}

.dd-section-hero img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 300px;
	aspect-ratio: 1500/461;
	object-position: center right;
}

@media only screen and (max-width: 1170px) {
	.dd-section-hero {
		margin-top: 50px;
	}
}
