body {
/*  background-color: #f7f7f7 !important;*/
  background: url('../../img/defaults/lite_bg_default.png') fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #fcfcfc !important;  
  /*font-family:  "Varela", sans-serif;*/
}

@media only screen and (max-width:480px) {

  .product-image-div {
    max-height: unset !important;
  }

  .image-case {
  	height: unset !important;
  }

}