@media screen and (orientation:portrait) {
	
	#header-img-div {
		height:100%;
	}
	#header-img-top-div {
	
		width: 100%;
		margin-left: -45px;
		text-align: center;
		height: 30.0vh;
	}

	#header-logo img{
		position:absolute;
		top:7%;
		right:1%;
		width: 45.0vw;
	}

	#header-img {
		width:100%;
	}

	#main{
		min-width: 210px;	
	}
}





