/**
 * These are the officially supported widths in the site,
 * so that Retina display images can be resized to half their size
 */
.img-width-280 img {
    width: 280px !important;
}
.img-width-392 img {
    width: 392px !important;
}
.img-width-400 img {
    width: 400px !important;
}
.img-width-412 img {
    width: 412px !important;
}
.img-width-430 img {
    width: 430px !important;
}
.img-width-600 img {
    width: 600px !important;
}
.img-width-610 img {
    width: 610px !important;
}
.img-width-620 img {
    width: 620px !important;
}
.img-width-630 img {
    width: 630px !important;
}
.img-width-640 img {
    width: 640px !important;
}
.img-width-1024 img {
    width: 1024px !important;
}