.mobile iframe {
	transform-origin: center;
}
.iframeWrapper {
	height: 100%; 
	width: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.desktop {
	display: flex;
	justify-content: center;
	align-items: center;
	
	background: url(wallpaper.jpg);
}

.desktop main {
	position: relative;
	
	width: 533px;
	min-width: 533px;
	max-width: 533px;
	height: 983px;
	min-height: 983px;
	max-height: 983px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.desktop .buttonWrapper {
	position: absolute;
	bottom: 68px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 350px;
	margin-top: 10px;
}

.desktop div.button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50px;
	height: 50px;
}

.desktop div.button img {
	height: 50px;
}

.desktop iframe {
	position: absolute;
	left: 52px;
	top: 132px;
	
	/*border-right: solid #303030 2px;
	border-top: solid #303030 2px;
	border-bottom: solid #303030 2px;
	border-left: solid #303030 2px;
	width: 407px;
	height: 720px;*/

	border: none;
	width: 406px;
    height: 719px;
}
.desktop #smartphone {
	flex-shrink: 0;
}

.mobile .buttonWrapper {
	position: absolute;
	bottom: 0;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(10% - 10px);
	background-color: rgba(255, 255, 255, 0.8);
	border-top: solid black 4px;
}

.mobile div.button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85%;
	width: 45%;
	border-radius: 7px;
}

.mobile div.button img {
	height: 80%;
}

body, main {
	width: 100%;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

.mobile .booking-frame {
	border: none;
}

.mobile .booking-settings {
	position: absolute;
	bottom: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10000;
}
.mobile .booking-settings-bordered {
	border: 1px solid black;
}
.mobile .booking-settings-no-bordered {
	border: 1px solid rgba(0, 0, 0, 0);
}

.mobile .booking-settings i {
	color: black;
	/*font-size: 80px;*/
	font-size: 1.2rem;
}

@media (orientation: landscape) {
	.mobile .booking-settings {
		width: 100px;
		height: 50px;
	}
	
	.mobile .booking-settings i.settings-icon {
		/*font-size: 45px;*/
		font-size: 1.2rem;
	}
	
	.mobile .buttonWrapper {
		height: 12%;
	}
}