img-comparison-slider {
  visibility: hidden;
}

img-comparison-slider [slot='second'] {
  display: none;
}

img-comparison-slider.rendered {
  visibility: inherit;
  /*max-height: 395px;*/
}

img-comparison-slider.rendered [slot='second'] {
  display: unset;
  position: relative;
  /*bottom: 9px;*/
  bottom: 0px;
  max-height: 450px;
}

.proc-items img-comparison-slider.rendered [slot='second'] {
  position: initial
}
