.banner-wrapper {
  float: left;

  width: 120px;
  height: 600px;
  margin-right: 15px;

  transition: transform ease-in-out 250ms;
}

.banner {
  margin-top: 20px;

  position: fixed;

  display: block;

  width: 120px;
  height: 600px;

  text-decoration: none;
}

.banner-160x600 {
  position: relative;
  right: 40px;
}

.search-results .banner-inner-wrap {
  position: relative;
  right: 40px;
}
