/**
* 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;
}