/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 
Template:     Divi
 Description:  Child theme for Divi
 
Author:       IWD Technologies 
Version:      1.0
License:      GNU General Public License v2 or later
 
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
Tags:         Smart. Flexible. Beautiful.
 Text Domain:  Divi-child 
*/
.et_pb_posts .et_pb_post a img, 
    .archive .et_pb_post a img, 
    .search .et_pb_post a img {
            max-width: 210px!important;
            float: left;
            padding-right: 20px;}
 
    @media only screen and (max-width: 980px) {
        .et_pb_posts .et_pb_post a img, 
        .archive .et_pb_post a img, 
        .search .et_pb_post a img{
            float:none;
            max-width: 250px!important;}}