<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resizeLVBupper {
  width: 320px !important;
  height: 320px !important;
}

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

.ribbon {
  position: absolute;
  background: #2a0004;
  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;
}
</pre></body></html>