@media only screen and (min-width: 461px) {
  /* Screens larger than 460px width - Tablet and Up */
  main {
    height: 100%;
    min-height: auto;
    max-height: 835px !important;
  }
  .bottom-tray {
    margin-bottom: 148px;
  }
}