/* Gradient */

figure.grad_t1b1_01 figcaption { background: linear-gradient( to bottom,
	rgba(0, 0, 0, 0.5) 0%, /*Top*/
	rgba(0, 0, 0, 0) 30%, /*Middle*/
	rgba(0, 0, 0, 0) 70%, /*Middle*/
	rgba(0, 0, 0, 0.5) 100%); } /*Bottom*/

figure.grad_t1b1_02 figcaption { background: linear-gradient( to bottom,
	rgba(0, 0, 0, 0.5) 0%, /*Top*/
	rgba(0, 0, 0, 0) 30%, /*Middle*/
	rgba(0, 0, 0, 0) 50%, /*Middle*/
	rgba(0, 0, 0, 0.5) 100%); } /*Bottom*/

figure.grad_t1b0_01 figcaption { background: linear-gradient( to bottom,
	rgba(0, 0, 0, 0.5) 0%,
	rgba(0, 0, 0, 0) 30%,
	rgba(0, 0, 0, 0) 70%,
	rgba(0, 0, 0, 0) 100%); }

figure.grad_t0b1_01 figcaption { background: linear-gradient( to bottom,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0) 30%,
	rgba(0, 0, 0, 0) 70%,
	rgba(0, 0, 0, 0.5) 100%); }

