.resizeLVBupper {
  width: 320px !important;
  height: 400px !important;
}

.resizeLVBlower {
  max-width: 100% !important;
  max-height: 400px !important;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ribbon {
  position: absolute;
  background: #313F53;
  color: white;
  transform: rotate(45deg);
  text-align: center;
  top: 35px;
  right: -55px;
  width: 200px;
  z-index: 99;
  padding: 1px;
  cursor: pointer;
  font-size: 11px;
}

.image {
  height: 150px;
  margin: 10px;
}

.product {
  min-height: 280px;
}
