body {
  width:336px;
  height:280px;
  max-width:336px;
  max-height:280px;
}
#logo-container {
  width: 100%;
  height: 19%;
  float: left;
}
#alloffers-container {
  width: 100%;
  height: 81%;
  float: left;
}
.offer-img-container{
  height: 80%;
  width: 100%;
}
.offer-price-container, .offer-oldprice-container {
  position: absolute;
  font-size: 14px;
  height: 73.6;
  left: 0px;
  top: auto;
  width: 100%;
  height: 18%;
  bottom: 0px;
}
.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: 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: 12px;
}
.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;
}
