@media screen and (max-width: 890px) {
	#user-details {
		font-size: 15pt;
		font-weight: bold;
		font-family: sans-serif;
		max-width: 600px;
		text-align: center;
		left: inherit;
		right: inherit;
		top: 90px !important;
	}
	
	#blazanor-footer {
    position: initial;
  }
  
  #container {
    margin-top: 0px;
  }
  
  #banner {
  	height:135px;
  }
}

#blazanor-footer {
	display: none;
}

#header {
	box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	width:100vw;
	position:fixed;
	z-index:99;
	height:135px;
}