.CrImagesSlider {

    height: auto;
    position: relative;
  }
  .CrImagesSlider img {
    width: 100%;
    object-fit: cover; 
  }
  .slide-title {
    position: absolute;
    bottom: 15px;
    left: 25px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 1.1rem;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #fff;
  }
  #cr-carousel-preview {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
  }
  #cr-carousel-preview img {
    object-fit: cover;
    height: 100%;
  }
  