html,
body {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#adContent {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px black;
  height: 100%;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

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

#bgImage {
  height: 100%;
  position: absolute;
  width: 100%;
}

#logoImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product {
  background: white;
  box-shadow: 0 0 0 1px lightgray;
  float: left;
  overflow: hidden;
}

.product:hover {
  box-shadow: 0 0 0 1px red;
}

.productImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
