.qs-mb-website {

	height: 100%;
	width: ~"calc(100% - 0px)";
	position: absolute;

	.iframePlaceHolder {

		position: absolute;
		height: 100%;
		width: 100%;

		> iframe {
			width: 100%;
			height: 100%;
		}
	}

	.mb_website_nointeraction_overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		z-index: 100;
		cursor: not-allowed;
	}

}
