.isotop ul {
    list-style: none;
}

.isotop img {
    max-width: 100%;
    /*height: 100px !important;*/
}

.isotop {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    height: fit-content;
    overflow-y: auto;
}

.galleryfilter ul {
    list-style: none;

}

.galleryfilter img {
    max-width: 100%;
    height: auto;
    /*height: 100px !important;*/
}

.filter-menu {
    margin-bottom: 20px;
}

    .filter-menu li {
        display: inline-block;
        padding: 10px 18px;
        margin: 3px;
        border-radius: 10px!important;
        background-color:gold;
        color: #fff;
        cursor: pointer;
        /*opacity: .7;*/
    }

        .filter-menu li:hover,
        .filter-menu li.current {
            background: yellow;
            color: #000;
            font-weight: bold;
        }

.filter-item li {
    width: 50%;
    height:fit-content;
    overflow-y:auto;
    padding: 2px;
    float: right;
}

    .filter-item li.active {
        width: 50%;
        padding: 2px;
        transition: all 0.5s ease;
    }

    .filter-item li.delete {
        width: 0%;
        padding: 0;
        transition: all 0.5s ease;
    }

.filter-item img {
    display: block;
    width: auto;
    height: 200px!important;
}

@media screen and (min-width: 768px) {
    .filter-item li.active, .filter-item li {
        width: 33.33%;
    }
}

@media screen and (min-width: 1280px) {
    .filter-item li.active, .filter-item li {
        width: 25%;
    }
}
