@media (max-width: 650px) {
  .buystack-module .carousel-stage {
    height: 260px !important;
  }
  .buystack-module .carousel-stage li {
    width: 200px !important;
  }
}
@media (min-width: 651px) and (max-width: 1100px) {
	.buystack-module .carousel-stage .MagicZoom {
		width: 85%;
	}
}