/* Hide portal trust badge on short-height screens */
@media screen and (max-height: 734px) {
  .portal-trust-fixed,
  .portal-trust.portal-trust-fixed,
  div.portal-trust.portal-trust-fixed.text-center {
    display: none !important;
  }
}

