.object-fit {
	position: absolute;
	top: 0;
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: 50% 0;
	left: 0;

}

.photo-bg.fading-background.skill-for-life .object-fit,
.header-section.inner-page.fading-background .object-fit{
	opacity: 0.4;
}

.city-about-div.fading-background img.object-fit,
.city-about-div.res-img.fading-background img.object-fit{
	opacity: 0.4;
	height: 100%;
}

.object-fit-container {
	background-image: none !important;
	position: relative;
}