/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.feature-post-image > img {
	max-width:800px; 
	height:auto;
}


@media (max-width: 992px) {
    .feature-post-image > img {
	max-width:unset;
	margin-left:10px;
	margin-right:10px;
	width:100%;
}
}
