.wm_amazon{
  display: flex;
  font-family: Poppins;
}
/*
.wm_amazon article:nth-child(4n+0){
  margin-right: 0px;
}
*/
.wm_amazon article{
  /*width: 22%;*/
  font-size: 0.7em;
  /*margin-bottom: 2em;
  margin-right: calc(3% * 4 / 3);*/
}

.wm_amazon a{
  display: block;
}

.wm_amazon figure{
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  padding-bottom: 100%;
}

.wm_amazon .amazon-album-title,
.wm_amazon .amazon-album-price{
  font-weight: bold;
  white-space: nowrap;
  text-overflow: hidden;
}

.amazon-album-details{
  margin-top: 0.5em;
}

.wm_amazon .wm_content_list_item {
  width: calc(100% / 18 - 0.5%);
  /*
min-width: calc(100% / (50 - 0.9999999999) - 0.5%);
max-width: calc(100% / 50);
*/
margin-right: 0.5%;
margin-bottom: 1.5rem;
}

@media(max-width:767px){
.wm_amazon .wm_content_list_item {
  width: 30vw; /*calc(100% / 2 - 0.5%);*/
  min-width:30vw;
  max-width: 30vw;
margin-right: 2%;
margin-bottom: 1.5rem;
}
}