@media screen and (min-width: 453px) {
  .romHacksImageContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    padding: 1em;
    width: 75%;
    grid-gap: 2em;
    margin: 0 auto;
  }
  .romHacksImageContainer iframe {
    max-width: 350px;
    height: 196px;
  }
  .romHacksImageContainer img {
    max-width: 320px;
  }
}
@media screen and (max-width: 452px) {
  .romHacksImageContainer {
    display: grid;
    grid-template-columns: 85%;
    justify-content: center;
    padding: 1em;
  }
  .romHacksImageContainer iframe {
    max-width: 350px;
    height: 196px;
  }
  .romHacksImageContainer img {
    width: 90%;
  }
}
.arrow {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}/*# sourceMappingURL=projects.css.map */