/* Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

img {
  border: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Container */
#wrapper {
	position: absolute;
	width: 728px;
	height: 90px;
	background-color: #ffffff;
  border: 1px solid #858585;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
}

#wrapper * {
  top: 0;
  left: 0;
}

/* Force text render */
.text {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Loose elements */
#banner {
  position: absolute;
  width: 728px;
  height: 90px;
}

#background_image, #logo1 {
  position: absolute;
}

#logo2 {
  position: relative;
  margin-top: 15px;
  margin-left: 14px;
}

#copy-container {
  /* margin-left: 21px; */
  vertical-align: top;
  overflow: hidden;
}

#copy {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  width: 374px;
  margin-left: 148px;
  margin-top: 12px;
}

#cta-btn {
  margin-top: 16px;
  float: left;
  margin-top: -5px;
  margin-left: 148px;
}

#cta-copy {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-top: 1px;
  padding-bottom: 8px;
  padding-right: 2px;
}

#arrow {
  position: relative;
  top: 4px;
  padding-right: 18px;
  padding-left: 2px;
  height: 20px;
}

#replay {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  display: none;
}

/* .first-variation {
  font-size: 29px !important;
  line-height: 26px !important;
}
.second-variation {
  line-height: 29px !important;
  font-size: 22px !important;
}

.forth-variation {
  line-height: 14px !important;
  font-size: 20px !important;
} */

.first-variation-font-size {
  font-size: 18px !important;
  line-height: 22px !important;
}

.second-variation-font-size {
  font-size: 16px !important;
  line-height: 22px !important;
}

.first-variation-height{
  top: 5px !important;
  left: -1px !important;
  height: 22px !important;
}

.second-variation-height{
  padding-left: 2px !important;
  height: 20px !important;
}

.second-variation-text-padding{
  margin-top: -4px !important;
}