- Choosing a selection results in a full page refresh.
- Press the space key then arrow keys to make a selection.
- Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
@media only screen and (max-width: 589px) {
.grid-overflow-wrapper .grid {
flex-wrap: wrap!important;
align-items: center;
justify-content: center;
width: 100%;
}
}