﻿.header { height:135px; width:100%; border-bottom-width:5px;border-bottom-style:solid;position:relative; }
.headerLogo {left:5px;top:5px;position:absolute;height:95%;width:auto;}
.headerTitle {display:none;}

@media all and (max-width:1039px),
all and (max-device-width:1039px)  {
  body.view-sml .header {height: 6em}
  body.view-sml .headerTitle {display:none;}
  body.view-sml .headerLogo {top:5px;}
}
