.gl-footer {
    display: none;
  
  }
  .gl-footer-mobile{
    display: block;
    text-align: center;
    background: #30604e;
    width: 100%;
    border-top: 8px solid #9c8267;
    box-sizing: content-box;
    line-height: 25px;
    color: #ffffff;
  }