桌面上的图像边框问题

Image border issue on Desktop

此代码在移动设备上运行良好,并为移动屏幕上的图像边框提供了固定的宽度和高度,但在桌面上则没有固定

此处截图:- http://i.imgur.com/Cc75ePC.jpg

这是 js fiddle :- http://goo .gl/krRYR8

为什么不在桌面上也应用宽度。

.go-home-stores .gocol-4 {
    padding: 0 4px;
    display: inline-block;
    float: left;
    width:25%;
    max-width: 250px;
    box-sizing: border-box;
}