a[class~='mp_pl']:hover, a.mp_pl:hover
{
  background-color: inherit;
  border-style: none;
}

div[class~='mp_pl'], div.mp_pl
{
  border-radius: 12px;
  float: left;
  height: 200px;
  margin: 3px; padding: 0;
  text-align: center;
  width: 234px;
}

img[class~='mp_pl'], img.mp_pl
{
  border-radius: 12px;
  filter: brightness(0.7) grayscale(0.7);
  margin-top: 4px;
  transition: 1.5s;
  width: 225px;
}

img[class~='mp_pl']:hover, img.mp_pl:hover
{
  filter: brightness(1.0) grayscale(0.0);
}
