Looking to make the featured images full width? Add this css code to Divi->Theme Options->General Panel->Custom Css:

.home #main-content .container {
width: 100% !important;
}

.home #main-content .et_pb_post img,.home #main-content .et_pb_post h2.entry-title {
width: 100%;
}