Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
choosing a selection results in a full page refresh
press the space key then arrow keys to make a selection
.collection-hero__image{
height: 400px;
}
// Below goes styles for mobile
@media screen and (max-width: 749px) {
.collection-hero__image{
height: 300px;
}
}
.index-section--flush .btn.hero__btn {
float: left; // two values will work (left and right )
margin: 0;
background: #000; // change to color you want
}