@media screen and (width < 1024px) {}

/* Desktop */
@media screen and (width >= 1024px) {}

html, body {
  height: 90%;
  background: #bdbdbd;
}

div {
  outline: 1px black solid;
}

select {
  position: absolute;
  z-index: 0;
}

.selectOpen {
  z-index: 9;
}