.podcasts-icon {
  width: 41px;
  height: 48px;
  display: inline-block;
  background-size: cover;
  background-image: url(../images/podcasts-icon.svg);
}

.menu-item.active .podcasts-icon {
  background-image: url(../images/podcasts-active-icon.svg);
}
.menu-item.active.podcasts-icon {
  background-image: url(../images/podcasts-active-icon.svg);
}