.bubble-container {
	/* background: none; */
	/* height: 520px; */
	/* max-width: 750px; */
	/* width: 100%; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
	position: relative;
}
.bubble-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
}

