@media only screen and (min-width: 240px) and (max-width: 767px) {

}



@media only screen and (min-width: 240px) and (max-width: 360px) {
.success-story_wrap ul li{width:100%;}
.story-stars {float: left; margin-left: 15px; width: 148px;}
.story-img{width:100px; height:95px;}
.container{width:95%;}
}
@media only screen and (min-width: 361px) and (max-width: 420px) {
.success-story_wrap ul li{width:100%;}
.story-stars {float: left; margin-left: 15px; width: 185px;}
.story-img{width:100px; height:95px;}
.container{width:95%;}
}
@media only screen and (min-width: 421px) and (max-width: 550px) {
}
@media only screen and (min-width: 421px) and (max-width: 480px) {
.success-story_wrap ul li{width:100%;}
.story-stars {float: left; margin-left: 15px; width: 215px;}
.story-img{width:100px; height:95px;}
.container{width:95%;}
}
@media only screen and (min-width: 481px) and (max-width: 560px) {
.success-story_wrap ul li{width:100%;}
.story-stars {float: left; margin-left: 15px; width: 280px;}
.story-img{width:100px; height:95px;}	
.container{width:95%;}
}

@media only screen and (min-width: 560px) and (max-width: 800px) {

	
}