.post img {
max-width: 450px;
width: expression(this.width > 450 ? 450: true);
}
