.icon-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sprite-img {
  background: url("img/icons.png") no-repeat top left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sprite-img {
    background: url("img/icons-retina.png") no-repeat top left;
  }
}

.bubblepannel {
  background-position: 0 0;
  width: 101%;
  height: 101%;
  margin: -0.5% -0.5%;
  position: relative;
  z-index: 1;
  background-size: 149%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5vw 3vw rgba(36, 26, 21, 0.6);
          box-shadow: inset 0 0 5vw 3vw rgba(36, 26, 21, 0.6);
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.S5-1-product1-image {
  background-position: 99.8% 0%;
  width: 40.91vw;
  height: 35.98vw;
  background-size: 309%;
}

.S5-1-product2-image-V2 {
  background-position: 100% 52%;
  width: 40.91vw;
  height: 35.98vw;
  background-size: 309%;
}

.S5-1-MBicon {
  background-position: 1.45% 98.5%;
  width: 12.0772vw;
  height: 12.0772vw;
  background-size: 665%;
}/*# sourceMappingURL=sprite.css.map */