.termlinks {padding-bottom: 60px;}
@media screen and (max-width: 600px)
{
.logo img {max-height: 26px !important;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { .logo img {max-height: 26px !important;}}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {.logo img {max-height: 26px !important;} }
#home-banner {display:none;}
.home-shortcuts {display:none;}
.dframe {position:relative;top:-200px !important;}