#backg {
    z-index:999999999999;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.60;
    filter: alpha(opacity=77);
    position: fixed;
    top: 0;
  }
  div.mask-link {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  #floatban {
    z-index: 999999999999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @media only screen and (max-width: 768px) {
    #floatban {
      z-index: 999999999999999999;
      position: fixed;
      top: 35% !important;
      left: 50% !important;
      transform: translate(-50%, -50%);
    }
  }
  
  
  .float-banner-content {
    position: relative;
    text-align: center;
  }
  
  .float-banner-content iframe {
    transform: scale(0.95);
  }
  
  @media only screen and (max-width: 768px) {
    .float-banner-content iframe {
      transform: scale(1.1) !important;
    }
  }
  
  #fecharb {
    position: absolute;
    top: 98px;
    right: 120px;
    z-index: 9999999999999;
    cursor: pointer;
    font: 12px "VAG", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
    padding: 5px;
    color: #000;
  }
  
  @media only screen and (max-width: 768px) {
    #fecharb {
      position: absolute;
      top: 28% !important;
      right: 15% !important;
      z-index: 9999999999999;
      cursor: pointer;
      font: 15px "VAG", Arial, Helvetica, sans-serif !important;
      font-weight: 400;
      text-transform: uppercase;
      background: #000;
      padding: 5px;
      color: #fff;
    }
  
  }