.col-inner .qib-container {
  position: relative;
  left: 56%;
  bottom: 160px;
}

.qib-container {
  position: relative;
  left: 0%;
  bottom: 0px;
}

.add-to-cart-button {
  margin-top: 90px;
  left: 60%;
  z-index: 1;
}

@media only screen and (max-width: 48em) {
.col-inner .qib-container {
  position: relative;
  left: 10%;
  bottom: 120px;
}
.add-to-cart-button {
  margin-top: 70px;
  left: 45%;
  z-index: 1;
}
}