#adContent {
  position: absolute;
  left: 0;
  top: 0;
}

.border {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
}

.linear-animation {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

#background {
  position: absolute;
  background-color: #336633;
}

#background-gradient {
  position: absolute;
}

#description-background {
  position: absolute;
  background-color: #d50005;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

#headline {
  position: absolute;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  -webkit-animation-name: headline_animation;
  animation-name: headline_animation;
  line-height: 1.3;
}

#description {
  position: absolute;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-animation-name: description_animation;
  animation-name: description_animation;
  line-height: 1.3;
}

#product-image {
  position: absolute;
  -webkit-animation-name: product-image_animation;
  animation-name: product-image_animation;
}

#logo-image {
  position: absolute;
}

#button-container {
  position: absolute;
  width: 106px;
  height: 33px;
  -webkit-animation-name: button_animation;
  animation-name: button_animation;
}

#button {
  fill: #fc0;
}

#button-text {
  position: absolute;
  width: 86px;
  height: 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-animation-name: button_animation;
  animation-name: button_animation;
  line-height: 1;
}
