#simplistics-slider {
    width: 100%;
    max-width: unset;
  }

  #simplistics-slider video {
    max-width: 100%;
    width: 100%;
    max-height: 700px;
  }

  #simplistics-slider img {
    height: 130px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }

  #simplistics-slider .slick-arrow {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    cursor: pointer;
    background: 0 0;
    font-size: 1rem;
    color: currentColor;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
  }

  #simplistics-slider .slick-arrow::before {
    display: none;
  }

  #simplistics-slider .slick-prev {
    left: -25px;
  }

  #simplistics-slider .slick-next {
    right: -25px;
  }



  .simplistics-slider-single .slick-slide {
    display: flex;
    justify-content: center;
  }


  .simplistics-slider-nav {
    max-width: calc(100% - 50px);
    margin: auto;
  }

  .simplistics-slider-nav .slick-slide {
    padding: 5px;

  }

  @media (max-width: 991px) {
    #simplistics-slider img {
      height: 150px;
    }
  }

  @media (max-width: 768px) {
    #simplistics-slider img {
      height: 100px;
    }
    .simplistics-slider-nav{
      max-width: calc(100% - 50px);
    }
  }

  @media (max-width: 550px) {
    #simplistics-slider img {
      height: 85px;

    }
  }

  .video-slide-read-more{
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    text-decoration: none !important;
    color: #fff !important;
    font-style: normal !important;
    font-weight: 400 !important;
  }
  