@media only screen and (min-width: 992px) {
    .fixedbar {
        display: none !important;
    }
  }
  
  .fixedbar {
      bottom: 0;
      color: #fff;
      left: 0;
      right: 0;
      padding: 0 0;
      position: fixed;
      font-size: 16px;
      z-index: 99999;
      float: left;
      vertical-align: middle;
      margin: 0 auto;
      opacity: .95;
      font-weight: 700;
    }
  
    .boxfloat {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      position: relative;
    }
  
    #tip-close {
      position: absolute;
      right: 4px;
      top: -1px;
      display: block;
      cursor: pointer;
    }
  
    #tips {
      width: 100%;
      font-size: 20px;
      line-height: 120%;
    }
    #tips, #tips li {
      margin: 0;
      padding: 0;
      list-style: none;
    }
  
    #tips li a {
      color: #fff;
    }
  
    #tips li a img {
      max-width: 100%;
    }
  
    .mba-link-wrapper {
      background: rgba(0,0,0,.9);
      background: #333;
      display: block;
      padding: 5px 10px;
      margin: 0 auto;
      border-top: 1px solid #000;
    }
  
    .mba-thumbnail {
      margin-top: 5px;
      width: 20%;
      text-align: left;
    }
  
    .mba-thumbnail img {
      height: 50px !important;
      width: 60px !important;
      border: 1px solid #fff;
      float: left;
    }
  
    .mba-track {
      margin-top: -4px;
      padding: 20px 20px 31px 67px;
      font-family: "Arial";
      line-height: 1.3;
      color: #fff;
      font-weight: 500;
      display: block;
      box-sizing: border-box;
      font-size: 13px;
    }
  
    .mba-info {
      width: 90%;
      text-align: left;
      padding-left: 5px;
    }