@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
        margin: 0px !important;
    }

    .top-bar {
        display: none !important;
    }

    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .site-navbar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .site-navbar .container .site-logo img {
        display: block;
        width: 100px;
    }

    .search-form {
        width: 100%;
    }

    .tools-wrap {
        margin-bottom: 5px;
    }

    .slider-tags-container .item {
        width: 98px;
        height: 49px;
        line-height: 49px;
    }

    .postcard .fxl-card-title {
        font-size: 1rem;
        font-weight: bold;
    }

    .tools-wrap .list-chg-container .layout-btn {
        padding: 0px;
    }

    .tools-wrap .list-chg-container .lst-chg-wrap {
        bottom: -33px;
    }

    .slide-container .owl-nav button {
        top: 40px;
    }

    .tools-wrap .search-form {
        width: 80%;
    }

    .zy-list .zy-card .zy-card-title {
        width: 100%;
        padding: 5px 0;
    }

    .zy-list .zy-card .other-wrap {
        width: 100%;
        height: 24px;
    }

    .zy-list .zy-card .other-wrap .zy-last-update {
        display: none;
    }

    .zy-list .zy-card .other-wrap .zy-btn {
        display: block;
        width: 78px;
    }

    .zy-list .zy-card .other-wrap .zy-btn {
        border-radius: 5px;
    }

    .article-btns .btn {
        width: 45%;
        margin-bottom: 10px;
        float: left;
    }

    .article-btns .article-size-chg {
        float: left;
    }

    .lrm-hide {
        display: none;
    }

    .search-in-detail-panel {
        display: none;
    }

    .search-in-detail .close-panel {
        display: unset;
    }
}

@media screen and (min-width: 769px) {

    .postcard {
        flex-wrap: inherit;
    }

    .postcard .fxl-card-title {
        font-size: 20px;
    }

    .postcard .fxl-card-tagbox {
        justify-content: start;
    }

    .postcard .fxl-card-img {
        max-width: 200px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard .fxl-card-text {
        padding: 1.5rem;
        width: 100%;
    }

    .postcard .media.fxl-card-text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard:hover .fxl-card-img {
        transform: scale(1.1);
    }

    .postcard {
        flex-direction: row-reverse;
    }

    .postcard .fxl-card-text::before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}

@media screen and (min-width: 1024px) {
    .fxl-card-text {
        padding: 2rem 3.5rem;
    }

    .fxl-card-text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard .fxl-card-text:before {
        background: #f9f9f9;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slide-container .owl-nav button {
        top: 25px;
    }

    .search-in-detail-panel {
        display: none;
    }

    .search-in-detail .close-panel {
        display: unset;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .slider-tags-container .item {
        width: 100px;
        height: 50px;
        line-height: 50px;
    }

    .slide-container .owl-nav button {
        top: 35px;
    }

    .search-in-detail-panel {
        display: none;
    }

    .search-in-detail .close-panel {
        display: unset;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .slider-tags-container .item {
        width: 100px;
        height: 50px;
        line-height: 50px;
    }

    .slide-container .owl-nav button {
        top: 35px;
    }

    .search-in-detail-panel {
        display: none;
    }

    .search-in-detail .close-panel {
        display: unset;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .slider-tags-container .item {
        width: 114px;
        height: 57px;
        line-height: 57px;
    }

    .slide-container .owl-nav button {
        top: 40px;
    }

    .search-in-detail-panel {
        display: none;
    }

    .search-in-detail .close-panel {
        display: unset;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .slide-container .owl-nav button {
        top: 85px;
    }
}
