.isStuck {
  background: #1b232f;
}
@media (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
