.shazam {
  position: relative;
  z-index: 2;
  &::before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    background: url("../image/shazam.svg") center no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
  }

  &::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 70%;
    right: 10px;
    background: url("../image/shazam-2.svg") center no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
  }
}