@media screen and (max-width: 600px) {
    .tiles {
        height: 100%;
        background: black;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

    .tiles div {
      margin: 2% 3%;
    }
}