/home/bdqbpbxa/demo-subdomains/smt.goodface.com.ua/wp-content/plugins/safe-svg/assets/safe-svg.css
/**
 * Fix SVGs not showing correctly as featured images.
 */
#postimagediv .inside .svg img {
    width: 100%;
}

/**
 * Fix for Gutenberg not showing featured images correctly.
 */
img.components-responsive-wrapper__content[src$=".svg"] {
    position: relative;
}