@import url(lg.css);
@import url(md.css) only screen and (min-width:992px) and (max-width:1200px);
@import url(sm.css) only screen and (min-width:768px) and (max-width:991px);
@import url(xs.css) only screen and (max-width:767px);

img{max-width: 100%}
p{word-wrap:break-word}