#startpage-tiles{display:flex;flex-wrap:wrap;justify-content:space-between}#startpage-tiles a{text-decoration:none}.tile{cursor:pointer;margin-bottom:32px;margin-right:8px;text-align:center;border-radius:5px}.tile .image{display:flex;overflow:hidden;border-radius:5px;background-color:var(--baby-blue)}.tile .image picture{line-height:0}.tile .text{margin-top:8px;margin-bottom:32px;font-size:14px;color:var(--dark-gray);text-transform:uppercase}.tile img{position:relative;width:100%;height:auto;border-radius:5px;transition:transform 250ms ease-in-out}@media screen and (max-width:1279px){.tile{margin:0 16px 16px 16px;flex:0 0 calc(50% - 8px)}.tile:nth-child(1n){margin-left:0}.tile:nth-child(2n){margin-right:0}.tile.more{display:none}}@media screen and (min-width:1280px){.tile{margin:0 16px 16px 16px;flex:0 0 calc(25% - 32px)}}