.fg-filtering-container {
    position: relative;
}

.fg-filtering-container .scrolling-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.scrolling-wrapper button.show-dropdown {
    border-color: #E93F9A;
    background-color: #E93F9A;
}

.fg-tag-list {
    display: none;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    top: 105%;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 10px 20px;
}

.fg-tag-item {
    display: inline-block;
}

.button.artist-link {
    position: absolute;
    top: -53px;
    right: 5px;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 17px 4px 4px;
    border-color: #5462a4;
    background-color: #5462a4;
}

.button.artist-link .avatar {
    max-height: 50px;
    border-radius: 100%;
    margin-right: 5px;
}

@media only screen and (min-width: 800.1px) {
    .fg-tag-wrapper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .fg-tag-list {
        top: 105%;
        left: 0px;
    }
}


.fg-filtering-wrapper .fg-dropdown-contents {
    display: none;
}


@media only screen and (max-width: 800px) {
    .fg-filtering-wrapper {
        position: relative;
    }

    .fg-filtering-container .scrolling-wrapper {
        /* display: block; */
        width: 100%;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        gap: 3px 10px;
    }

    .fg-tag-wrapper {
        flex: 1;
    }

    /* 
    .scrolling-wrapper button {
        margin-bottom: 5px;
        width: 100%;
    } */

    .fg-tag-list {
        /* top: 50px;    */
        left: 0px;
        right: 0px;
        width: 100%;
        /* display: none; */
    }

    .fg-tag-item {
        width: 50%;
    }
}

.fg-masonry.fg-captions-bottom.fg-dark .fg-caption {
    color: #ffffff;
}

.fbx-modal {
    z-index: 10000000000000;
}