/*your custom css goes here*/

/* 移动端轮播图图片完整显示 */
@media (max-width: 767.98px) {
    .mobile-img-auto-height img {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        width: 100% !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
    }
}
