body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  position: relative;
  color: #FFF;
  background-color: #fdf6ec;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  width: 300px;
  height: 50px;
  box-sizing: border-box;
}

a:hover .cta {
  filter: brightness(0);
}

.frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.frame {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.frame img {
  position: absolute;
}

.frame.in {
  opacity: 1;
}

.frame.out {
  opacity: 0;
}

.noJingles img {
  width: 237px;
  height: auto;
  left: 30px;
  top: 8px;
}

.award {
  position: absolute;
  z-index: 3;
  width: 48px;
  height: auto;
  left: 92px;
  top: 3px;
  transform: translateX(300px);
  transition: all 0.5s ease-out;
}

.award.in {
  transform: translateX(0);
}

.logo {
  width: 88px;
  height: auto;
  left: 8px;
  top: 14px;
}

.rankTextContainer {
  left: 120px;
  width: 170px;
  height: 100%;
  overflow: hidden;
  transition: none;
}

.rankTextContainer img {
  left: 22px;
  transform: translateX(-200px);
  transition: all 0.4s ease-out;
}

.rankTextContainer img:first-of-type {
  top: 12px;
}

.rankTextContainer img:last-of-type {
  top: 25px;
}

.rankTextContainer.in img {
  transform: translateX(0);
}

.finalTextContainer {
  top: 12px;
  left: 144px;
  transition: none;
}

.cta {
  position: absolute;
  right: 6px;
  top: 19px;
}

.lockup.in ~ .rankTextContainer {
  display: block;
}
