/*
Theme Name: Blueprint Blog Theme
Theme URI: 
Author: 
Author URI: 
Description: This is a theme built for blueprint blog
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 5.7
Version: 1.19.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blueprint-blog-theme
Tags: full-site-editing, 
*/

/* Override embedded image widths from imported posts */
*[class^="wp-image-"],
*[id^="attachment_"] {
    width: 100% !important;
    /* border-radius: 16px; */
}

*[class*="wp-container-"] {
    z-index: unset;
}

/* Override embedded image widths from imported posts */
.vidyard_iframe {
    width: 100% !important;
}
