livelike-widgets#cheer-widget-container livelike-cheer-meter {
  display: flex;
}
.floating-emojis {
  position: relative;
  width: fit-content;
  background: transparent;
  display: flex;
  background: #101F2E;
  border-radius: 5px 0 0 5px;
  margin: 0 auto;
  padding-left: 8px
}
.floating-emojis livelike-vote-count {
  display: none !important;
}
.floating-emojis livelike-option {
  padding: 2px 8px 2px 0;
  height: unset;
  background: none !important;
  margin: 0;
}

.floating-emojis livelike-image {
  width: 100%;
  height: 35px !important;
}
.floating-emojis img {
  height: 32px !important;
  width: 27px !important;
}
livelike-widgets#cheer-widget-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@keyframes floatUp {
  0% {
    opacity: 1;
    bottom: 10%;
  }
  100% {
    opacity: 0;
    bottom: 100%;
  }
}
.floater {
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  animation-name: floatUp;
}

.floating-total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #101F2C;
  border-radius: 0 5px 5px 0;
  padding-right: 8px;
}
.floating-total .total-num {
  font-family: 'amazonember';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #F39624;
}

@media only screen and (min-width: 3800px) {
  .floater {
    height: 70px;
    width: 70px;
  }
  .floating-emojis {
    padding-left: 15px;
  }
  .floating-total {
    padding-right: 20px;
  }
  .floating-total .total-num {
    font-size: 50px;
  }
  .floating-emojis livelike-image {
    height: 110px !important;
  }
  .floating-emojis img{
    height: 72px !important;
    width: 77px !important;
  }
  .floating-emojis livelike-option {
    padding: 5px 15px 5px 0;
  }
}
@media only screen and (min-width: 2800px) {
  .floater {
    height: 70px;
    width: 70px;
  }
  .floating-emojis {
    padding-left: 15px;
  }
  .floating-total {
    padding-right: 20px;
  }
  .floating-total .total-num {
    font-size: 50px;
  }
  .floating-emojis livelike-image {
    height: 110px !important;
  }
  .floating-emojis img{
    height: 72px !important;
    width: 77px !important;
  }
  .floating-emojis livelike-option {
    padding: 5px 15px 5px 0;
  }
}