#interdent {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.5),
			rgba(56, 56, 56, 0.5)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/interdent-header.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position-y: top;
	background-position-x: left;
}

#interdent .textwrapper {
	max-width: 500px;
	margin-left: 20%;
}

#interdent img {
	height: auto;
	width: 30rem;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.9;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	#interdent .textwrapper {
		margin-left: 5%;
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	#interdent .textwrapper {
		max-width: 350px;
	}

	#interdent img {
		width: 20rem;
	}

	header > .textwrapper > .title {
		font-size: 2rem;
	}

	header > .textwrapper > .subtitle {
		font-size: 1rem;
	}
}
