/*
Theme Name: Steven Zou
Template: hello-elementor
Author: Steven Zou
Version: 1.0
Updated: 2024-09-07 10:14:00

*/

/* 桌面端：最大高度 400px */
.elementor-image-carousel .swiper-slide img {
    max-height: 400px !important;
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* 平板端：最大高度 300px */
@media (max-width: 1024px) {
    .elementor-image-carousel .swiper-slide img {
        max-height: 300px !important;
        height: 300px !important;
    }
}

/* 手机端：最大高度 200px */
@media (max-width: 768px) {
    .elementor-image-carousel .swiper-slide img {
        max-height: 200px !important;
        height: 200px !important;
    }
}
