.ws-header .logo-container {
	width: 50%;
}

.ws-header .logo-container .logo {
	width: auto;
	color:#242021;
	font-weight: bold;
	text-decoration: none;
	font-size: 26px;
	display: inline-block;
	padding-top: 7px;
}

.ws-header .logo-container .city {
	color:#242021;
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	margin-top: 18px;
}

.ws-header .logo-container .logo span {
	color:#b1d236;
}

.ws-header-view-container {
	width: 50%;
}

.ws-iframe-modal .ws-header {
	display:none;
}

.ws-iframe-modal {
	top:64px;
	height: calc(var(--viewport-height) - 64px);
}

.ws-iframe-modal .ws-static-iframe-container {
	height: 100%;
}

@media screen and (max-width: 767px) {
	.ws-header .logo-container {
		width: 321px;
	}
	
	.ws-header-view-container {
		display: block;
		width:calc(100% - 321px);
	}
	
	.ws-header-view-list li:nth-child(1) {
		display: block;
	}
	
	.ws-content3d .left-content3d {
		height: 100%;
	}
	
	.ws-header {
		height: 64px;
	}
}

@media screen and (max-width: 479px) {
	.ws-header .logo-container .logo {
		margin-left: 10px;
		font-size: 22px;
		margin-top: 13px;
	}
	
	.ws-header .logo-container .city {
		margin-top: 20px;
		font-size: 22px;
		margin-left: 30px;
	}
	
	.ws-header .logo-container {
		width: 251px;
	}
	
	.ws-header-view-container {
		display: block;
		width:calc(100% - 251px);
	}
}