.bs-sticker {
  position: absolute;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  top: 6%;
  right: 10%;
  z-index: 1;
  background: transparent;
}

.bs-sticker__ilove {
  padding-bottom: 8%;
}

.bs-sticker__ilove,
.bs-sticker__goretex,
.bs-sticker__amphibiox,
.bs-sticker__action {
  background: transparent;
}

.bs-sticker:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent center no-repeat;
  background-size: contain;
}

.bs-sticker__goretex:after {
  background-image: url(img/gtx_logo.png);
}

.bs-sticker__amphibiox:after {
  background-image: url(img/amp_logo.png);
}

.bs-sticker__disconto:after {
  background-image: url(img/disconto_logo.png);
}

.bs-sticker__ilove:after {
  background-image: url(img/ilis_logo_v2.png);
}

.bs-sticker__action:after {
  background-image: url(img/action.png);
}

.bs-sticker-wrap {
  display: block;
  position: relative;
}