- Choosing a selection results in a full page refresh.
- Press the space key then arrow keys to make a selection.
.product__photo {
max-width: 200px;
margin: 0px auto;
text-align: center;
float: none;
position: relative;
}
.product__photo--single img {
position: absolute;
top: 0;
left: 0;
right: 0px;
width: 100%;
height: 100%;
z-index: 1;
margin: 0px;
float: none;
}