
@media only screen and (max-width: 425px) {
    .ui.selection.dropdown{
    min-width: unset !important;
    max-width: 100% !important;
    width: 100% !important ;

    }
    .ui.label.transition{
        font-size: 11px !important;
        white-space: nowrap !important;
        position: relative;
        z-index: 5;
    }
}

@media only screen and (max-width: 768px) {

    .advert-types ul {
        display: block;
        width: max-content;
    }

    .col-12.advert-types {
        overflow-x: auto;
    }

    .advert-types::-webkit-scrollbar {
        height: 5px;
    }
   
    .advert-types ul li {
        min-width: 100px;
    }

    .advert-types ul li:last-child {
        border-right: none;
    }

    .input-group.filter-search-group {
        margin-top: 10px;
    }

    .input-group.filter-search-group form {
        width: 100%;
    }
    .row.filterButtons {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

   .filterButtons > .col-3{
       padding: 0px;
   }
   .btn-group>a{
       display: flex;
       justify-content: center;
       align-items: center;
       height: 50px;
       line-height: 15px;
   }
   .category-banner-background>h1{
       line-height: 25px !important;
       font-size: 24px !important;
   }

    .category-banner-background h2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 960px) {
    .col-lg-2.col-md-filter {
        width: 33.33333333%;
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .col-lg-9.col-md-post-list {
        width: 66.66666667%;
        max-width: 66.66666667%;
        flex: 0 0 66.66666667%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
    .col-lg-2.col-md-filter {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-lg-9.col-md-post-list {
        width: 75%;
        max-width: 75%;
        flex: 0 0 75%;
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg-2.col-md-filter {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }
    .col-lg-9.col-md-post-list {
        width: 80%;
        max-width: 80%;
        flex: 0 0 80%;
    }
}