.no-user-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tile-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.tile-wrapper .tile{border-radius:4px;box-shadow:1px 3px 5px #aaa;display:block;height:100px;margin-bottom:15px;padding:5px 0;text-align:center;transition:transform .4s ease-out;width:48%}@media (max-width:768px){.tile-wrapper .tile{width:100%}}@media (min-width:768px){.tile-wrapper .tile:hover{transform:scale(1.05)}}.tile-wrapper .tile img{width:120px}