body {
  width:300px;
  height:250px;
  max-width:300px;
  max-height:250px;
}
#logo-container {
  width: 100%;
  height: 20%;
  float: left;
}
#alloffers-container {
  width: 100%;
  height: 80%;
  float: left;
}.offer-img-container {
  height: 80%;
  width: 100%;
}
.offer-price-container, .offer-oldprice-container {
  position: absolute;
  font-size: 15px;
  height: 196;
  left: 0px;
  top: auto;
  width: 100%;
  height: 20%;
  bottom: 0px;
}
.offer-button-wrapper {
  width: 100px;
  height: 29px;
}
.offer-oldprice-container span {
  text-decoration: line-through;
}
.offer-name-container {
  height: 64%;
  font-size: 14px;
}
#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: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-enlarger-image {
  width: 100%;
  height: 100%;
  float: left;
}
.offer-enlarger-infobar {
  height: 50px;
}
.offer-enlarger-name, .offer-enlarger-price-wrapper, .offer-enlarger-button-wrapper {
  position: absolute;
}
.offer-enlarger-name {
  width: 53%;
  height: 50%;
  left: 2px;
  top: 2px;
}
.offer-enlarger-price-wrapper {
  bottom: 0px;
  left: 2px;
  height: 50%;
}
.offer-enlarger-button-wrapper {
  bottom: 0px;
  height: 100%;
  right: 0;
}
.offer-enlarger-button {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.offer-enlarger-name > p span {
  font-size: 13px;
}
.offer-enlarger-price > p {
  font-size: 14px;
}
.offer-enlarger-oldprice > p {
  font-size: 14px;
  text-decoration: line-through;
}
.offer-enlarger-ribbon-container {
  left: 32%;
}
.offer-enlarger-ribbon {
  top: 20px;
  left: 9px;
}
