.smallScreen {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fce006;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  padding: 0 20px;
  display: none;
}

@media screen and (max-width: 989px) {
  .smallScreen {
    display: flex;
  }
}
