/* 自定义轮播图样式 - 确保手机端图片横向显示 */
@media (max-width: 767px) {
    .bdt-slideshow-items .elementor-section {
        background-position: center center !important;
        background-size: cover !important;
        min-height: 300px !important;
    }
    
    .bdt-prime-slider {
        min-height: 300px;
    }
    
    .bdt-slideshow-item {
        height: 300px;
        overflow: hidden;
    }
}