.add-to-home-banner {
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: white;
  color: black;
  text-align: left;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-to-home-banner .add-to-home-content {
  display: flex;
  align-items: center;
}
.add-to-home-banner .add-to-home-icon {
  width: 32px;
  height: 32px;
  padding: 10px;
  padding-right: 0;
}
.add-to-home-banner .add-to-home-text {
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
}
.add-to-home-banner .add-to-home-close-btn {
  display: inline-block;
  position: relative;
  right: 4px;
  float: right;
  font-size: 32px;
}
