/*
Theme Name: Medeca Child Theme
Theme URI: https://medeca.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Medeca
Template: medeca
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: medeca
*/

.blog-tile .featured-media img {
    object-fit: cover;
    height: 400px !important;
}

.single-post .featured-media img {
    height: 400px !important;
}

	.flex-grow-1{
	width: 70%; 
	margin: 0px auto;
	}

@media (max-width: 600px) {
	.blog-tile .featured-media img {
		object-fit: cover;
		height: 200px !important;
	}

	.single-post .featured-media img {
    height: 200px !important;
		}
	
	.flex-grow-1{
	width: 90% ; 
	margin: 0px auto;
	}
	
	.blog-tile {
        margin: 0px 15px 15px 0px;
    }

}

