#block-floating-block {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding: 15px;
  top: 30%;
  width: 30px;
  max-height: 50px;
}
#block-floating-block.active {
  width: 30%;
  max-height: 500px;
}
@media (max-width: 800px) {
  #block-floating-block.active {
    width: 100%;
  }
}
#block-updateslider-floating-slider .float-close {
  height: 50px;
}
#block-updateslider-floating-slider .icon {
  height: 40px;
  width: 40px;
  stroke: white;
  position: absolute;
  right: -5px;
  top: 5px;
}
#block-updateslider-floating-slider .icon-close {
  transform: rotate(45deg);
}
#block-updateslider-floating-slider .icon-plus {
  transform: rotate(0deg);
}
#block-updateslider-floating-slider .floating-slider-body {
  color: white;
  visibility: hidden;
}
#block-updateslider-floating-slider .floating-slider-body a {
  color: lightblue;
}
#block-floating-block.active .floating-slider-body {
  visibility: visible;
}
.initial-hide {
  display: none !important;
}