@media only screen and (max-width: 500px) {
  .appScreens {
    width: 100%;
  }
}

@media only screen and (min-width: 501px) {
  .appScreens {
    width: 220px !important;
  }
}

.lunaButtons {
  width:20px;
  vertical-align:sub;
}