/* Keeps older cached StockX bundles on the official artwork during rolling releases. */
img[src="/stocks/nvda.svg"] { content: url("/stocks/nvda.png"); }
img[src="/stocks/mstr.svg"] { content: url("/stocks/mstr.png"); }
img[src="/stocks/iau.svg"] { content: url("/stocks/iau.png"); }
img[src="/stocks/coin.svg"] { content: url("/stocks/coin.png"); }
img[src="/stocks/spym.svg"] { content: url("/stocks/spym.png"); }
img[src="/stocks/qqqm.svg"] { content: url("/stocks/qqqm.png"); }
img[src="/stocks/sgov.svg"] { content: url("/stocks/sgov.png"); }
img[src="/stocks/ceg.svg"] { content: url("/stocks/ceg.png"); }
img[src="/stocks/dram.svg"] { content: url("/stocks/dram.png"); }
img[src="/stocks/skhy.svg"] { content: url("/stocks/skhy.png"); }

img[src^="/stocks/"] {
  object-fit: contain;
}
