.merch-images {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}


.image-wrapper {
width: 46%;
}


.image-wrapper.t-1 {
margin-right: 4%;
}


.image-wrapper.t-2 {
margin-left: 4%;
}


.image-wrapper a {
display: block;
color: black;
text-align: center;
}

.image-wrapper a:hover {
text-decoration: underline;
}
.image-wrapper img {
max-width: 100%;
}


