.giphy-picker-dorpdown {
    position: absolute;
    display: none;
    margin: 10px 0 0 -15px;
    padding-bottom: 10px;
    z-index: 100;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
}

.giphy-picker-dorpdown:before {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 20px;
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    transition: all linear .2s;
    background: #fff;
}

.giphy-picker-dorpdown.open {
    display: block;
    width: 300px;
}

@media screen and (min-width: 768px) {
    .giphy-picker-dorpdown.open {
        width: 360px;
    }
}

.giphy-search-box {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

input.giphy-search-term {
    width: 100%;
}

.giphy-picker-contents .giphy-search-results {
    padding: 0 10px;
    overflow: auto;
    min-height: 280px;
    max-height: 380px;
}

.giphy-items-list.loading::before{
    left: 50%;
    right: auto;
}

.giphy-picker-contents .giphy-search-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.giphy-media-item img {
    display: block;
    width: 100%;
}
.bp-giphy-action {
    position: relative;
}

/* Editable entry(with x button)*/
.giphy-editable-item {
    position: relative;
}
.giphy-editable-container{
    display: flex;
}
.giphy-editable-item .giphy-delete-media-item {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.giphy-editable-item img {
   /* width: 100%;*/
}
.giphy-footer{
    text-align: center;
    padding-top: 10px;
}
.bp-activity-post-form-options{
    display: flex;
    align-items: center;
}


.bp-giphy-picker-action {
}