.call-to-action-container {
	background-image: url('images/photos/call_to_action_dark.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 45% 75%;
	min-height: 100vh;
}

.captcha-submit-container {
	justify-content: end;
}

#booking-message-field {
	resize: none;
	height: 96% !important;
}

#section-testimonials {
	min-height: 50vh;
}

@media screen and (max-width: 992px) {
	#booking-message-field {
		height: 30vh !important;
	}

	.captcha-submit-container {
		flex-direction: column;
		justify-content: center;
	}
}
