.article-small-list .mms-lp-title.mms-lp-recomended-horizontal {
    margin-bottom: 0px !important;
}

.article-small-list .mms-lp-title h2 {
    color: #424242 !important;
    text-align: left !important;
    font-size: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 11px !important;
    text-transform: uppercase !important;
}

.single .mms-lp-title {
    margin-bottom: 0 !important;
}

.wrapper .mms-lp .article-tiny-list li {
    margin-bottom: 17px !important;
}

.article-small-list .smallest_article.article:after {
    border-bottom: none;
}

.article-small-list .smallest_article.article {
    width: 256px;
    height: auto;
    min-height: 250px;
}

.article-small-list .smallest_article.article .thumb {
    height: 144px;
}

.article-small-list .smallest_article.article img {
    width: 256px;
}

.article-small-list .smallest_article.article h2 {
    font-size: 15px !important;
}

.article-small-list .smallest_article.article .excerpt {
    /* display: none; */
}

.article-small-list .mms-lp-category .article {
    position: relative;
}

.article-small-list .mms-lp-category .article .thumb {
    width: 100%;
    height: calc(100% - 25px);
    position: absolute;
    top: 0;
    left: 0;
}

.article-small-list .mms-lp-category .article .wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-small-list .mms-lp-category .article h2,
.article-small-list .mms-lp-category .article h2 a {
    color: white !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.article-small-list .mms-lp-category .article .thumb a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.article-small-list .mms-lp-category .article .thumb img {
    min-width: auto !important;
    min-height: 100%;
    object-fit: cover;
}

.mms-lp-submenu ul {
    width: 342px;
    height: 401px;
    overflow-x: hidden;
    overflow: auto;
    border-top: 1px solid #ebebeb;
}

.mms-lp-submenu ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
}

.mms-lp-submenu ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
}

.article-small-list li.mms-lp-submenu ul li>a {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-family: bold;
    line-height: 50px;
    background: #fafafa !important;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left;
    color: #424242;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .article-small-list .smallest_article.article {
        width: 205px;
        height: auto;
    }
    .article-small-list .smallest_article.article .thumb {
        height: 115px;
    }
    .article-small-list .article img {
        width: 205px;
    }
    .mms-lp-submenu ul {
        width: 447px;
        height: 485px;
    }
}

@media (max-width: 992px) {
    .article-small-list .smallest_article.article {
        width: 447px;
        height: auto;
        margin: auto;
    }
    .article-small-list .smallest_article.article .thumb {
        height: 251px;
    }
    .article-small-list .smallest_article.article img {
        width: 447px;
        height: auto;
    }
    .article-small-list .smallest_article.article .excerpt {
        display: block;
    }
    .mms-lp-submenu ul {
        width: 337px;
        height: 385px;
    }
}

@media (max-width: 768px) {
    .article-small-list .smallest_article.article {
        width: 100%;
    }
    .article-small-list .smallest_article.article .thumb {
        height: calc(((100vw - 40px) / 16) * 9);
    }
    .article-small-list .smallest_article.article img {
        width: 100%;
        height: calc(((100vw - 40px) / 16) * 9);
    }
    .article-small-list .mms-lp-category .article {
        height: calc(100vw - 40px);
    }
    .mms-lp-submenu ul {
        width: 100%;
        height: auto;
    }
}