body {
  width:300px;
  height:600px;
  max-width:300px;
  max-height:600px;
}
#logo-container {
  width: 100%;
  height: 11%;
  float: left;
}
#alloffers-container {
  width: 100%;
  height: 89%;
  float: left;
}.offer-img-container {
  height: 100%;
  width: 100%;
}
.offer-price-container, .offer-oldprice-container {
  position: absolute;
  font-size: 11px;
  height: 87;
  left: 0px;
  top: auto;
  width: 100%;
  height: 24%;
  bottom: 0px;
  display: none !important;
}
.offer-button-wrapper {
  width: 65px;
  height: 23px;
}
.offer-oldprice-container span {
  text-decoration: line-through;
}
.offer-name-container {
  height: 0;
  display: none;
}
.offer-name-container {
  height: 64%;
  font-size: 11px;
}
#alloffers-container.bottom .offer-container {
  margin-bottom: 0px;
}
#alloffers-container.top .offer-container {
  margin-top: 0px;
}
#alloffers-container.bottom #alloffers-container-relative {
  padding-bottom: 0;
}
#alloffers-container.top #alloffers-container-relative {
  padding-top: 0;
}
#offer-enlarger {
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offer-enlarger-image {
  width: 100%;
  height: 50%;
  float: left;
}
.offer-enlarger-infobar {
  height: 50%;
}
.offer-enlarger-name {
  height: 50%;
  width: 100%;
}
.offer-enlarger-price-wrapper {
  width: 100%;
  height: 25%;
}
.offer-enlarger-button-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 25%;
}
.offer-enlarger-button {
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.offer-enlarger-name > p span {
  font-size: 14px;
}
.offer-enlarger-price > p {
  font-size: 15px;
}
.offer-enlarger-oldprice > p {
  font-size: 15px;
  text-decoration: line-through;
}
.offer-enlarger-ribbon-container {
  left: 32%;
}
.offer-enlarger-ribbon {
  top: 20px;
  left: 9px;
}
