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

#adContent {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

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