sub,sup{font-size:65%;line-height:0;position:relative;vertical-align:baseline}sup{top:-1.25em}sub{bottom:-0.25em}@media only screen and (max-width:767px){body header img#logo{max-width:80%!important;max-height:80%!important;height:auto!important;width:auto!important}}function yoast_social_image_as_divi_featured_image($image_url,$post_id,$size,$icon){// Only run on frontend category/archive pagesif (is_admin() || is_singular() || ! (is_category() || is_tax() || is_tag())){return $image_url}$term=get_queried_object();if (! $term || ! isset($term-&gt;term_id)){return $image_url}// Get Yoast taxonomy meta$tax_meta=get_option('wpseo_tax_meta');if (! $tax_meta || ! isset($tax_meta[$term-&gt;taxonomy][$term-&gt;term_id])){return $image_url}$yoast_meta=$tax_meta[$term-&gt;taxonomy][$term-&gt;term_id];// Return Yoast opengraph-image if setif (! empty($yoast_meta['_yoast_wpseo_opengraph-image'])){return $yoast_meta['_yoast_wpseo_opengraph-image']}return $image_url}add_filter('wp_get_attachment_image_url','yoast_social_image_as_divi_featured_image',10,4);add_filter('post_thumbnail_url','yoast_social_image_as_divi_featured_image',10,4);