.mobile-open-main {
	top: 10px;
	left: 10px;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 0px 1px 6px lightgray;
	border: 0px;
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 1000;
	background-color: white;
}

.mobile-open-iframe {
	border: 0px;
}

.mobile-open-close {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	box-shadow: 0px 3px 5px lightgray;
	background-color: #F14E41;
	text-align: center;
	color: white;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.mobile-open-close-mobile {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	box-shadow: 0px 3px 5px lightgray;
	background-color: #F14E41;
	text-align: center;
	color: white;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.mobile-open-back {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	z-index: 999;
}