/* Hide green circle on the bottom right */
.is-mobile #genii-hook__button span {
  display: none !important;
}

/* Remove the text */
.is-mobile #genii-hook__button {
  font-size: 0 !important;
  color: transparent !important;
}

/* Adjust the avatar size. Always precise min-width because of animation issues */
.is-mobile #genii-hook__button > img {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

/* Adjust the avatar depth for calendar */
.is-mobile #genii-hot-topics-wrapper {
  z-index:99;
}
.is-mobile #genii-iframe-hook {
  z-index:99;
}