#ez-feature-top-1 {
       width: 25%!important; 
    } 

#ez-feature-top-2 {
       margin: 40px 0 0 0!important; 
       width: 40%!important; 
    } 

#ez-feature-top-3 {
       margin: 5px 0 0 0!important; 
       width: 150px!important; 
    } 


@media screen and (max-width: 480px) { #ez-feature-top-1 {   width: 25%!important; }  }  
@media screen and (max-width: 480px) { #ez-feature-top-2 {   margin: 40px 0 0 0!important; }  }  
@media screen and (max-width: 480px) { #ez-feature-top-2 {   width: 40%!important; }  }  
@media screen and (max-width: 480px) { #ez-feature-top-3 {   display: none!important; }  }  