.shazam {
  position: relative;
  z-index: 2;
  &::before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 80%;
    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: 40%;
    right: -10px;
    background: url("../image/shazam-2.svg") center no-repeat;
    background-size: contain;
    width: 10px;
    height: 15px;
  }
}