/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2024 | 16:49:47 */
.half-width-journal-slider .elementor-image-carousel {
	height: 820px;
}

.half-width-journal-slider.short .elementor-image-carousel {
	height: 400px;
}

.half-width-journal-slider .elementor-image-carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}  

.half-width-journal-slider.short .elementor-image-carousel img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}  

@media (max-width: 1024px) {
  .half-width-journal-slider .elementor-image-carousel {
    height: 490px;
  }

	.half-width-journal-slider.short .elementor-image-carousel {
		height: 230px;
	}
	
}

@media (max-width: 767px) {
  .half-width-journal-slider .elementor-image-carousel {
    height: 380px;
  }

}
