.imagerd {
      border-radius: 4%;
}

.imagecardetailfix {
  width:100% !important;
  /* height:400px !important; */
  max-height: 400px !important;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.mainandsearchfix {
  width:100% !important;
  height: 200px !important;
  max-height: 200px !important;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cardetailpreview {
  width:100% !important;
  /* height:134px !important; */
  /* max-height:134px !important; */
  overflow: hidden;
}
.car-img-details .small-img-carousel .slick-slide img {
    min-height: 110px;
    max-height: 130px;
    object-fit: cover;
    object-position: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.car-img-details .big-img-carousel .slick-slide video{
  min-height: 400px;
}
@media (max-width: 767px) {
  .mobilefix7 {
    left: 50px !important;
    top: -35px !important;
    padding: 50%;
  }

  .mainandsearchfix {
    /* width:30vh; */
    /* height:17vh !important; */
    /* max-height:17vh !important; */
    /* overflow: hidden; */
  }

  .imagecardetailfix {
    width:100% !important;
    /* height:32vh !important; */
    /* max-height:32vh !important; */
    overflow: hidden;
  }

  .cardetailpreview {
    /* width:32vh !important; */
    /* height:22vh !important; */
    /* max-height:22vh !important; */
    /* overflow: hidden; */
  }
  .car-img-details .small-img-carousel .slick-slide img {
      min-height: 90px;
      max-height: 130px;
  }
}
