@media screen and (max-width:768px) {
.helpThumb::after {display:none;}
.helpThumb {margin-top:0px;}
.helpSection {padding: 20px;}
.helpThumbOuter {display: block; float:left; width:100%;text-align: center; margin-bottom:25px;}
.helpThumb {float:none; display:inline-block;} 
.helpThumbInfo {display: block;padding-left: 0px;text-align: center;}
.displayTable {display:block;}
.displayTableCell {display:block; float:left; width:100%; margin-bottom:50px;}
}
@media screen and (max-width:400px) {
.helpThumb {width:100%;}
.helpThumb img {width:100%;}	
}