
		.disableScroll {
			width: 100%;
		}
		.disableScroll iframe{
			width: 100%;
			display: block;
			pointer-events: none;
			position: relative; /* IE needs a position other than static */
		}
		.disableScroll iframe.clicked{
			pointer-events: auto;
		}
		