/* Image Gallery
---------------------------------------------------------- */
.wpb_vc_gallery,
.wpb_vc_images_carousel {
    .column_edit_trigger {
        margin-top: 2px;
    }
    .attachment-thumbnails {
        overflow: hidden;
        height: 20px;
        padding: 0px;
        margin: 0;
        li {
            height: 20px;
            width: 20px;
            overflow: hidden;
            margin-right: 1px;
            margin-bottom: 0;
            display: inline-block;
            .icon-remove {
                display: none;
            }
        }
        img {
            height: 20px;
            width: auto;
        }
    }
}