
/* image wrapper */
#im_wrapper {
    height:850px;
    width:100%;
}

#im {
  display:inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 850px;
}

#product-column {
  background-color: #eee !important;
  height:850px;
}

#productdescription li {
  font-family: 'Merriweather Sans', sans-serif;  font-weight: 400;
  color: #484a56 !important;
  padding: 5px;
}
