.tps_shared_modalheader {
	background-color: #ba9b86;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

.tps_shared_viewport_td {
	display: none;
}

.tps_popupVideoMobile .modal {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.tps_popupVideoMobile iframe {
	width: 150vw !important;
	margin-left: -115px;
	height: 95vh !important;
	transform: rotate(90deg);
}

.tps_popupVideoMobile .close-modal {
	right: 5px !important;
}

.tps_hidden {
	display: none !important;
}

@media (min-width: 768px) {
	.tps_shared_viewport_m {
		display: none;
	}

	.tps_shared_viewport_td {
		display: inherit;
	}
}
