@charset "utf-8";
/* CSS Document */
[id*='features_inr'] > .aem-Grid {
    width: 95%;
    margin: 0 auto;
}
@media (min-width: 767px) {

    [id*="small_img"] {
        width: 60%;
    }
    /*PDP*/
    .productfeaturexf [id*="small_img"] {
        margin: 0 auto;
    }
    .productfeaturexf  #features [id*="layout"][id*="row"] > .aem-Grid {
        flex-wrap: wrap;
    }	
    .productfeaturexf  #features [id*="layout"][id*="row"] > .aem-Grid > .container {
        width: 100%;
    }
    .productfeaturexf #creator_wrapper_layout_row > .aem-Grid > .container:first-child {
        width: 0;
    }
    .productfeaturexf #creator_wrapper_layout_row > .aem-Grid > .container:last-child {
        width: 100%;
    }
}