.gt-hero {
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}

.gt-hero__image {
	height: auto;
	object-fit: initial;
	object-position: center;
}

@media (max-width: 767px) {
	.gt-hero {
		width: 100%;
		margin: 0;
	}
}
