/*-------------------- Mobile --------------------*/12@media only screen and (max-width: 480px) {3.navlogo {4display: none;5}67.games {8grid-template-columns: repeat(auto-fill, 150px);9grid-gap: 1rem;10margin: 1rem;11}1213.game {14height: 185px;15width: 150px;16}1718.game-image {19height: 150px;20width: 150px;21}2223.game-text {24line-height: 35px;25width: 150px;26}2728.review:last-child {29display: none;30}3132.review:first-child {33display: none;34}3536.review-placeholder {37display: none;38}39}4041@media only screen and (max-height: 432px) {42.reviews-link {43display: none;44}45}464748