/* Mobile header logo flashing fix */
@media (max-width: 800px) {
  .header-logo,
  .header-logo a,
  .header-logo-image-container {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    animation: none !important; }
  .header-logo-image,
  .header-logo-image-unknown-size {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
    max-height: 42px; }
  .header,
  .header.is-sticky,
  .header.sticky,
  .header--fixed,
  .has-sticky-header .header {
    transition: none !important;
    animation: none !important; } }
