﻿@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .ulimgp {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .listImg {
        height: 300px;
    }

    .lidsimg {
        padding: 0 5px;
    }

    h1.title-new-cate {
        font-size: 21px;
    }

    .lidsimg h4 a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        text-align: center;
        -webkit-box-orient: vertical;
        color: #fff;
        display: -webkit-box;
        font-weight: normal;
        font-family: 'InterM';
        line-height: 148%;
    }

    .ulimgp {
        grid-template-columns: repeat(1,minmax(0,1fr));
        row-gap: 13px;
    }
}