/*  ------  dts   ------  */
.ltd__page .ltd__compare-item-title {
    min-height: 43px;
}
.mobile-break{
    display: none;
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ltd__page .ltd__compare-top {
        width: 72%;
    }
    .ltd__page .ltd__compare {
        --widthCompare: 196px;
    }
    .ltd__page .ltd__compare-item-inter {
        left: auto;
        width: 100%;
    }
}

/* mobile */
@media (max-width: 480px) {
    .ltd__page .ltd__compare-item-filter {
        justify-content: center;
    }
    .mobile-break{
        display: block !important;
    }
}