/*
Theme Name: Oshin
Theme URI: https://oshinewptheme.com
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Description:  Multi Layout Multi-Purpose Responsive Wordpress theme
Version: 6.9.8
License: GPL 2.0
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: oshin
*/
.blog-grid.clearfix img {
    height: 400px;
    object-fit: cover;
    width: 100% !important;
}
.blog-post.single-post img {
    height: 700px !important;
	object-fit: cover;
}
.blog-grid.clearfix {
    flex-direction: row;
    display: flex;
}
.last-container#blog-posts-container img {
    height: 250px!important;
}

@media (max-width:600px){	
	.blog-grid.clearfix {
    flex-direction: column!important;
}
}