body.n6d-project-hero-fixed .n6d-single-hero__image{
	display:block!important;
	width:min(calc(100% - 48px),1500px)!important;
	max-height:920px!important;
	margin-inline:auto!important;
	padding:0!important;
	overflow:hidden!important;
	background:#e7e3db!important;
}
body.n6d-project-hero-fixed .n6d-single-hero__image img.n6d-project-hero-image{
	display:block!important;
	width:100%!important;
	height:auto!important;
	max-width:none!important;
	max-height:920px!important;
	margin:0!important;
	aspect-ratio:3/2!important;
	object-fit:cover!important;
	object-position:center!important;
}
@media(max-width:720px){
	body.n6d-project-hero-fixed .n6d-single-hero__image{width:calc(100% - 28px)!important}
	body.n6d-project-hero-fixed .n6d-single-hero__image img.n6d-project-hero-image{max-height:none!important}
}
