

@media (max-width: 768px) {
body a#logo {
    width: 100% !important;
	height: 130px !important;
	padding: 0 !important;
	text-align: center;
}
.fadein { height:200px; }
.fadein img { height:200px; object-fit: cover; }
body.res1170 .process_steps .step {
    height: auto;
}
}

@media (min-width: 769px) {
.fadein { height:600px; object-fit: fill;}
body.res1170 .process_steps .step {
    height: 450px;
}
}