#slido-chat {
  z-index: 900;
  animation: none !important;
}

#slido-chat iframe {
  border: none;
}

.slido-chat-placeholder {
  height: 360px;
  margin-top: 55px;
}

.slido-chat-placeholder + .bcg-share-container .bcg-section-header h2 {
  margin-top: 1em;
}

@media screen and (max-width: 775px) {
  #slido-chat {
    margin: 1em auto;
    width: 100%;
  }

  .slido-chat-placeholder {
    display: none;
  }
}

@media screen and (min-width: 776px) {
  #slido-chat {
    position: absolute;
    top: 55px;
    right: -345px;
    width: 290px;
  }
}

@media screen and (min-width: 1225px) {
  #slido-chat {
    right: 68px;
    top: 76px;
    width: 332px;
  }

  .slido-chat-placeholder {
    margin-top: 76px;
  }

  .video-detail .video-detail-info {
    position: static;
  }
}

@media screen and (min-width: 1592px) {
  #slido-chat {
    right: 68px;
    width: 450px;
  }
}
