html,
body {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#adContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#headline,
#description {
  font-family: 'Roboto', Arial, sans-serif;
  opacity: 0;
}

#display-url {
  font-family: 'Roboto', Arial, sans-serif;
  opacity: 0.6;
}

#headline {
  font-weight: bold;
}

#product-image {
  opacity: 0;
  border-radius: 6px;
  overflow: hidden;
}

.photo {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

#button1,
#button2 {
  border-radius: 50%;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,.4);
  text-shadow:1px 1px 0 rgba(255,255,255,0.1);
  display: block;
  opacity: 0;
}

#color-slot1,
#color-slot2 {
  position: absolute;
}

.color-slot1-tower_small {
  width: 100%;
  bottom: 60%;
  height: 40%;
}

.color-slot1-banner_small {
  height: 100%;
  right: 75%;
  width: 25%;
}
