@import "src/assets/variables";

.muncher-modal {
  position: fixed;
  z-index: 500;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  padding: 1rem;
  left: 0;
  top: 20vh;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  @media (min-width: $medium-size) {
    top: 2vh;
  }
}


