@media only screen and (min-width: 2800px) {
  livelike-widget-root {
    margin: 20px 0;
  }

  livelike-title {
    font-size: 27px;
    line-height: 36px;
    padding: 14px 36px;
  }

  livelike-video-alert * livelike-title,
  .widget-kind {
    font-size: 30px;
    line-height: 45px;
  }
  livelike-select {
    margin: 0 36px 16px 36px;
  }

  livelike-option {
    height: 100px;
    margin: 10px 0 22px 0;
  }

  livelike-description {
    font-size: 30px;
  }

  livelike-footer {
    margin: 0 0 6px 36px;
  }

  .voted-text {
    font-size: 32px;
  }

  livelike-image-poll * livelike-title {
    padding-bottom: 20px;
  }


  /* video-alert */
  livelike-video-alert * .custom-video-caption-container {
    padding: 0 0 14px 14px;
  }
  livelike-video-alert * livelike-description {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  livelike-video-alert * .reaction-container {
    width: 270px;
    height: 76px;
    padding-top: 12px;
  }
  livelike-video-alert * .reaction-container-item img {
    width: 50px;
  }
  livelike-video-alert * .reaction-container-item-text {
    font-size: 39px;
    line-height: 48px;
  }
  custom-slider * .vote-button {
    font-size: 32px;
    line-height: 42px;
    padding: 6px 15px !important;
  }
  /* Cheer Meter */
  livelike-cheer-meter * .vote-count-container {
    width: 139px;
    height: 71px;
    left: calc(50% - 74px);
    top: calc(50% - 8px);
  }
  
  livelike-cheer-meter * livelike-vote-count {
    font-size: 54px;
    line-height: 50px;
  }
  livelike-cheer-meter * livelike-title {
    margin-bottom: 67px;
  }
  livelike-cheer-meter * livelike-widget-body {
    margin-bottom: 62px;
  }
}
