body {
    margin: 0;
    padding: 0;
}
.container *, .container *:after, .container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container img {
    border: 0;
}
.container {
  max-width: 728px;
}
.container a {
  max-height: 90px;
  display: block;
}
.wrapper {
    position: relative;
    height: 90px;
    min-width: 728px;
    text-align: center;
    margin: 0 auto;
}
.anim {
  width: 728px;
  position: relative;
}
#cta {
  position: absolute;
  right: 14px;
  bottom: 15px;
  height: 30px;
  width: 115px;
  overflow: hidden;
}
.cta1 {
  position: absolute;
  top: 8px;
  left: 27px;
}
