/* applies to Jpg images; avoids blurry edges */

img[src$=".jpg"] {
                   image-rendering:   -o-crisp-edges;         /* Opera */
                   image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
                   image-rendering: crisp-edges;
                   -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
                 }
                 
.sections-box-wrap.box-pos{    display: block!important;}
                 