.propertiesteaser--section {
	position: relative;
}

.propertiesteaser--container {
	padding: 30px;
}

.propertiesteaser--copy {
	margin-bottom: 30px;
	max-width: 450px;
}

@media (min-width: 992px) {
	
	.propertiesteaser--section {
		position: sticky;
		top: 0;
		height: 100vh;
	}
	
	.propertiesteaser--copy-col {
		height: 100vh;
	}

	.propertiesteaser--copy {
		margin-bottom: 45px;
	}
	
	.propertiesteaser--image {
		position: absolute;
		width: 50vw;
		height: 100vh;
		top: 0;
		right: 0;
		bottom: 0;
	}
}