#how-we-rescue img,
#how-we-rehabilitate img,
#how-we-rehome img,
#how-we-educate img {
	max-width: 100%;
}

#how-we-rescue p,
#how-we-rehabilitate p,
#how-we-rehome p,
#how-we-educate p {
	font-size: 0.85rem;
}

#how-we-rescue .angle-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15%;
	width: 25%; 
	background: #FFF;
	transform: skew(-170deg);
}

#how-we-rehabilitate {
	margin: 2rem 0;
}
#how-we-rehabilitate .content {
	padding: 2rem;
}
#how-we-rehabilitate .picture-frame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 42%;
}
#how-we-rehabilitate .picture-frame .img {
	width: 100%;
	height: 100%;
	background-image: url('/images/about_us/rehabilitate.jpg'); 
	background-size: cover;
}

@media only screen and (max-width: 992px) {
	#how-we-rescue img,
	#how-we-rehabilitate img,
	#how-we-rehome img,
	#how-we-educate img {
		margin-top: 1rem;
	}

	#how-we-rescue .angle-mask {
		display: none;
	}
}