.vegas-loading { /* Loading Gif by http://preloaders.net/ */ @include border-radius(10px); background:#000 image-url('js/vegas/loading.gif') no-repeat center center; background:rgba(0, 0, 0, 0.7) image-url('js/vegas/loading.gif') no-repeat center center; height:32px; left:20px; position:fixed; top:20px; width:32px; z-index:0; } .vegas-overlay { background:transparent image-url('js/vegas/overlays/01.png'); opacity:0.5; z-index:-1; } .vegas-background { image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; z-index:-2; /* counteracts global img modification by twitter bootstrap library */ max-width: none !important; }