.addtohome,
.addtohome.show {
  transition: transform 0.2s ease-out;
}

.addtohome {
  display: none;
  display: flex;
  flex-direction: row;
  max-height: 100px;
  justify-content: center;
  height: 70px;
  align-items: center;
  background: #f2f2f4;
  transform: translate(0, -100px);
  border-radius: 0;
}

.addtohome.show {
  display: flex !important;
  transform: translate(0, 0);
  z-index: 0;
  position: relative;
}

.image-activity {
  width: auto;
  max-width: 50px;
  height: 100%;
  border-radius: 10px;
  margin: 0 10px;
}

img.logo-activity-banner-addhomescreen {
  height: 100%;
  object-position: 50% 7px;
  position: relative;
  border-radius: 9px;
  width: 55px;
  object-fit: cover;
}

p.text-addtohome.weight {
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 8px;
  width: 100%;
  font-size: 13px;
  color: #535f7f;
}

p.text-addtohome.normal {
  font-weight: 500;
  width: 100%;
  display: block;
  font-size: 13px;
  color: #535f7f;
}

p.text-addtohome.normal.weight {
  font-weight: 700;
  text-transform: none;
  font-size: 13px;
}

.text-addtohome {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
}

i.fi.fi-rr-cross-small.addtohomebanner {
  color: #000;
}

button.closebanner {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 600;
  font-size: 25px;
  padding: 0;
  height: 30px;
  width: 30px;
}

span.ath-action-icon,
span.ath-action-icon.android {
  width: 20px;
  height: 20px;
  background-image: url(/images/btnoption.png);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 6px 2px;
}

button.install-button {
  background: #4169e1;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  border-radius: 50px;
  margin-top: 9px;
  font-size: 13px;
}

span.ath-action-icon.android {
  width: 16px;
  background-image: url(/images/menu-dots-vertical.png);
  background-size: 13px;
  background-position: 2px 3px;
}

@media (min-width: 990px) {
  .container-bannerapp {
    width: 100%;
  }
}

.container-bannerapp {
  position: relative;
  z-index: 0;
  width: 100%;
  top: 0;
}
