@media(min-width: 600px){
  .fproduct-media-gallery-items{
    display: flex; flex-direction: column; gap: 0;
  }
  .fproduct-media-gallery-items a{
    display: flex; justify-content: center; align-items: center;
  }
}