.votes-closed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 320px;
  z-index: 9999;
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .votes-closed {
    display: none !important;
  }
}
