.channelBtn {
  width: 52px;
  height: 52px;
  z-index: 999;
  position: fixed;
  border: none;
  background-image: url(../img/channelTalk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.HideShow {
  display: none;
}
