#chat-toggle {
  width:94px;
  height:94px;
  padding:0;
  border:0;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 38px rgba(0, 0, 0, .52), 0 0 30px rgba(231, 85, 38, .3)
}
#chat-toggle img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:none;
  border-radius:50%
}
#chat-toggle:hover {
  transform:translateY(-3px) scale(1.035)
}
@media(max-width:600px) {
  #chat-toggle {
    width:84px;
    height:84px
  }
}
