html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.fullscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 728px;
  height: 90px;
}

.border {
  border: 1px solid #000000;

}

.banner {
  position: relative;
  overflow: hidden;
  width: 728px;
  height: 90px;
}

.content {
  opacity: 0;
}

.first_copy {
  position: absolute;
  left: 0px;
  -webkit-transform: scale(1) translate(0px, 0px);
          transform: scale(1) translate(0px, 0px);
}

.second_copy {
  position: absolute;
  left: 0px;
  -webkit-transform: scale(1) translate(0px, 0px);
          transform: scale(1) translate(0px, 0px);
}

.mainExit {
  cursor: pointer;
}

.mainimage{
  position: absolute;
  left: 0px;
  top: 0px !important;
  -webkit-transform: scaleX(-0.5) scaleY(0.5) translate(373px, -421px);
          transform: scaleX(-0.5) scaleY(0.5) translate(373px, -421px);
}

.cta {
  position: absolute;
  left: -1px;
  -webkit-transform: scale(0.41) translate(631px, -799px);
          transform: scale(0.41) translate(631px, -799px);
}

.disclaimer {
  position: absolute;
  display: none;
}

.google_logo {
  position: absolute;
  left: 0px;
  -webkit-transform: scale(0.6) translate(713px, -198px);
          transform: scale(0.6) translate(713px, -198px);
}

