.baner {
  position: fixed;
  z-index: 2000;
  right: 0;
  bottom: 100px;
  width: 300px;
  opacity: 1;
  transition: 0.45s;
  box-shadow: 0 0 5px rgba(119, 119, 119, 0.5);
}
@media screen and (max-width: 1100px) {
  .baner {
    display: none;
  }
}
.baner:hover {
  opacity: 0.8;
}
.baner img {
  width: 100%;
}/*# sourceMappingURL=baner.css.map */