*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #fff;
  background: #000;
}

section {
  overflow: hidden;
}

.product-hero {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
}

.product-hero .image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("10868088_10101207464792924_6987381463020027966_n.jpg");
  opacity: 0.25;
  transition: all .8;
}

#page {
  position: relative;
  margin: 100vh 0 0 0;
  box-sizing: border-box;
  min-height: 100%;
  height: auto !important;
}

.product-page {
  position: relative;
  z-index: 200;
}

.product-page .content-box {
  margin: 0px auto;
  padding: 25px 25px;
  text-align: center;
  max-width: auto;
  color: #fff;
  background: #000;
  opacity: .25;
  border-radius: 2px;
  transform: translate3d(0px, 0px, 0px);
  min-height: auto;
  min-width: 960px;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  margin-bottom: 5px;
}