@import url("layout.css");
@import url("typography.css");
@import url("skin_liquid.css");
@import url("custom.css");
@media only screen and (min-width: 1000px) { .imgresponsive{ width: 44%; height: auto; }}
@media only screen and (max-width: 999px) { .imgresponsive{ width: 100%; height: auto; }}