@media only screen and (min-width: 300px) and (max-width: 640px){
    #breadcrumb h1{font-size:25px;line-height:27px;}
    
    #topBanner h1{font-size:25px;}
    /* #topBanner img.splitter{width:23px;} */
    #topBanner img.splitter{height:50px;left:calc(50% + 5px);top:calc(50% + 7px);}
    
    #pagecontentLastElm{height:50px;}
}