.maple-booking-modal .modal-dialog {
	width: calc(100% - 2rem);
	max-width: 1200px;
}

.maple-booking-modal .modal-content {
	overflow: hidden;
}

.maple-booking-modal .modal-body {
	padding: 0;
}

.maple-booking-modal__iframe-wrapper {
	position: relative;
	width: 100%;
	height: min(80vh, 900px);
	min-height: 600px;
	background: #fff;
}

.maple-booking-modal__iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

@media (max-width: 767.98px) {

	.maple-booking-modal .modal-dialog {
		width: calc(100% - 1rem);
		margin: 0.5rem auto;
	}

	.maple-booking-modal__iframe-wrapper {
		height: 80vh;
		min-height: 500px;
	}

}