nav{
	position:fixed;
}
nav .title h1{
	display: none;
}

nav .title h2{
	display: none;
}

nav select{
	display: none;
}

#contact{
	left: 210px; /* */
	height: 100%;
	position: relative;
}

#gallery{
	left: 210px; /* */
	height: 100%;
	position: relative;
}

#gallery li{
	display: block;
	position: absolute;
	padding: 0;
	border: 0;
	list-style: none;
}

#gallery .display{
	display: none;
}

.arrow-left a{
	width: inherit;
	height: inherit;
	display: block;
}
#gallery .display-active{
}

@media all and (max-width: 768px){




nav{
	position:relative;
	height: 60px;
	font-size:1em;
}

nav select{
	display: initial;
	font-size:0.9em;
}

nav ul{
	display: none;
}

#gallery{
	height: 0;
	top: 0px;
	left: 0px; /* */
	position: relative;
}

#contact{
	height: 0;
	top: 0px;
	left: 0px; /* */
	position: relative;
}

#gallery .display-active img{
	width: 100%;
}

}