/* V19: slightly larger footer images/logos */
.site-footer .footer-logo,
footer .footer-logo{
  height:60px !important;
  max-height:60px !important;
  width:auto !important;
}

.site-footer .footer-ok-logo,
footer .footer-ok-logo{
  height:26px !important;
  max-height:26px !important;
  width:auto !important;
}

.site-footer img.footer-logo,
footer img.footer-logo{
  filter:drop-shadow(0 5px 12px rgba(24,59,91,.10));
}

@media (max-width:575.98px){
  .site-footer .footer-logo,
  footer .footer-logo{
    height:54px !important;
    max-height:54px !important;
  }

  .site-footer .footer-ok-logo,
  footer .footer-ok-logo{
    height:24px !important;
    max-height:24px !important;
  }
}
