
/* V591 - remove mobile bottom footer/navigation shown in supplied screenshot */
@media(max-width:1100px){
  .v430-mobile-bottom-nav,
  .mobile-bottom-nav,
  .bottom-nav,
  .bottom-navigation,
  .mobile-footer-nav,
  nav[class*="bottom"][class*="mobile"],
  [class*="mobile"][class*="bottom-nav"],
  [class*="bottom-navigation"]{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  body{padding-bottom:0!important}
  .v577-page{padding-bottom:18px!important}
}
