.ht-custom-carousel .slick-track {
	padding: 0;
}

.ht-custom-carousel {
	margin-bottom: 0!important;
}

.slick-dots li button {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .homepage-carousel-wrapper .e-con-inner
  {
    width: 100vw!important;   
  }
}

@media (min-width: 1025px) {
  .ht-custom-carousel {
    max-width: 80vw;
  }

  #homepage-carousel-container .elementor-widget-container .ht-custom-carousel {
    margin: auto;
  }
} 