header{
  height: auto !important;
}

.rn_Logo {
  background: #002147 url(/euf/assets/images/oxweb-logo.gif) no-repeat 60px 40px;
  color: #FFF;
  padding: 1em 0;
  text-shadow: #000 0 1px;
  min-height:180px;  
  width: 15%;
  float: left;
}
  
  @media screen and (max-width: 1340px) {
  .rn_Logo {
	 background: #002147 url(http://www.ox.ac.uk/sites/default/themes/custom/oxweb/images/oxweb-logo-rect.svg) no-repeat 60px 0px; 
	 background-size: 200px;
	 min-height: 100px;
	 padding: 0 0 1em 0;
  }}
  
  @media screen and (max-width: 1088px) {
	.rn_Logo {
	 background: #002147 url(http://www.ox.ac.uk/sites/default/themes/custom/oxweb/images/oxweb-logo-rect.svg) no-repeat 40px 0px; 
	 background-size: 200px;
  }}
  
  @media screen and (max-width: 960px){
  .rn_Logo {
	 background: #002147 url(http://www.ox.ac.uk/sites/default/themes/custom/oxweb/images/oxweb-logo-rect.svg) no-repeat 15px 0px;
	 background-size: 150px;
  }}

  /* .rn_Hero {
    display: none !important;
  } */