#container {
  opacity: 0;
}
#bannerassets {
  display: none;
}
#fallback {
  z-index: 9999;
}
#creative_container,
.greenBorder {
  cursor: pointer;
}
#introTitle,
#background,
#endTitle,
.cta {
  will-change: transform;
}
.whiteBorder {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid white;
}
.greenBorder {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #007a33;
}
#logo {
  background-size: cover;
}
.introTitle,
#endTitle {
  text-transform: uppercase;
}
.ctaContainer {
  width: auto;
  height: auto;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: 55px;
  left: auto;
}
.ctaContainer .ctaLeft {
  padding-right: 1px;
  margin-right: -1px;
  float: left;
  border-bottom: 33px solid #FF6900;
  border-left: 33px solid transparent;
}
.ctaContainer .ctaRight {
  width: auto;
  height: 33px;
  padding-right: 35px;
  padding-left: 20px;
  float: left;
  font-family: 'UniformCondensed-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 33px;
  color: white;
  background-color: #FF6900;
}
.scoreBoard {
  z-index: 999;
}
.scoreBoard .scoreLeft,
.scoreBoard .scoreMiddle,
.scoreBoard .scoreRight {
  background: white;
  border-radius: 5px;
}
.scoreBoard .nameMiddle {
  left: 0;
}
