@charset "utf-8";
/* CSS Document */

.banner-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 8px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.floating-banner {
  /*position: fixed;
  z-index: 999;
  bottom: 16px;
  right: 0px;*/
  display: inline-block; 
  position: fixed; 
  right: 0px; 
  bottom: 120px;
  z-index: 9999; 
}


