/*
Theme Name: Kahlo
Theme URI: https://kahlo.qodeinteractive.com
Description: Art Gallery and Museum Theme
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: kahlo
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.qodef-blog.qodef-m.qodef--single .qodef-e-media {
	display: grid;
    width: 600px;
    margin: 0px auto;
}


@media only screen and (max-width: 700px) {
  .qodef-blog.qodef-m.qodef--single .qodef-e-media {
	 
    width: 100%; }
    
 
}