/* WPBakery image compatibility fix after X update */

.wpb_single_image:not(.glc-keep-size) .vc_figure,
.wpb_single_image:not(.glc-keep-size) .vc_single_image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

.wpb_single_image:not(.glc-keep-size) img.vc_single_image-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}