/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2024 | 16:44:46 */
.third-width-journal-slider .elementor-image-carousel {
	height: 820px;
/* 	position: relative; */
}

.third-width-journal-slider .elementor-image-carousel img {
/* 	height: 100%;  
	width: auto; 
 	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);  */ 
	width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}  

/* .third-width-journal-slider .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: auto;
	max-width: none;
} */

@media (max-width: 1024px) {
  .third-width-journal-slider .elementor-image-carousel {
    height: 840px;
  }
	
/* 	.third-width-journal-slider .elementor-image-carousel img {
 		height: auto;   
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); 
	}  */
	
/* 	 .third-width-journal-slider.more-top .elementor-image-carousel img {
		top: 70%;
    }  */
}

@media (max-width: 767px) {
  .third-width-journal-slider .elementor-image-carousel {
    height: 675px;
  }
/* 	.elementor img {
		max-width: none;
	} */
	
	
/* 	.third-width-journal-slider .elementor-image-carousel img {
 		height: 100%;  
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); 
	} */
	
/* 	 .third-width-journal-slider.more-top .elementor-image-carousel img {
	top: 80%;
}  */
}
