.tp-modal {
	z-index: 40000001 !important
}

.tp-active .tp-close {
	top: 27.8% !important;
	right: .5% !important
}

.tp-active {
	z-index: 40000000 !important
}

.tp-iframe-wrapper {
	align-items: center;
	box-shadow: none !important;
	display: flex;
	margin: 0 auto !important;
	justify-content: center
}

@media (max-width:767px) {
	.tp-active .tp-close {
		top: 6.8% !important;
		right: 1.5% !important
	}

	.tp-iframe-wrapper {
		height: auto !important;
		min-height: 580px;
		width: 100% !important
	}

	.tp-modal.piano-bounce {
		top: unset !important;
		display: flex !important
	}

	.tp-modal.piano-bounce .tp-iframe-wrapper {
		align-items: flex-end
	}
}

@media (min-width:768px) {
	.tp-iframe-wrapper, .tp-modal {
		height: 100% !important
	}
}