.tcl-product-manual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.tcl-product-manual__wrapper {
  position: relative;
  padding: 30px 0;
}
.tcl-product-manual .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tcl-product-manual .slick-slide {
  height: inherit !important;
}
.tcl-product-manual .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
}

@media (max-width: 991px) {
  .tcl-product-manual .slick-list {
    padding: 0 30px !important;
  }
  .tcl-product-manual__slider-arrow--next {
    left: calc(100% - 60px);
  }
  .tcl-product-manual__slider-arrow--prev {
    left: 60px;
  }
  .tcl-product-manual__heading {
    margin-bottom: 45px;
  }
  .tcl-product-manual__heading:before {
    display: none;
  }
  .tcl-product-manual__heading:after {
    width: 175%;
    right: auto;
    left: 0;
    top: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}