div.megathumb {
	float: left;
}
div.megathumb div.megameta {
	float: left;
	position: relative;
	
	background: rgba(0,0,0, 0.6);
	transition: background 0.5s;
}

div.megathumb:hover div.megameta, div.megathumb div.megameta:hover { background: rgba(0,0,0, 0.75); }

div.megathumb div.megameta.top.h20 { height: 20px; margin-bottom: -20px; }
div.megathumb div.megameta.top.h25 { height: 25px; margin-bottom: -25px; }
div.megathumb div.megameta.top.h30 { height: 30px; margin-bottom: -30px; }
div.megathumb div.megameta.top.h35 { height: 35px; margin-bottom: -35px; }
div.megathumb div.megameta.top.h40 { height: 40px; margin-bottom: -40px; }
div.megathumb div.megameta.top.h45 { height: 45px; margin-bottom: -45px; }
div.megathumb div.megameta.top.h50 { height: 50px; margin-bottom: -50px; }
div.megathumb div.megameta.top.h60 { height: 60px; margin-bottom: -60px; }
div.megathumb div.megameta.top.h70 { height: 70px; margin-bottom: -70px; }
div.megathumb div.megameta.top.h80 { height: 80px; margin-bottom: -80px; }
div.megathumb div.megameta.top.h90 { height: 90px; margin-bottom: -90px; }
div.megathumb div.megameta.top.h100 { height: 100px; margin-bottom: -100px; }

div.megathumb div.megameta.bottom.h20 { height: 20px; bottom: 20px; margin-bottom: -20px; }
div.megathumb div.megameta.bottom.h25 { height: 25px; bottom: 25px; margin-bottom: -25px; }
div.megathumb div.megameta.bottom.h30 { height: 30px; bottom: 30px; margin-bottom: -30px; }
div.megathumb div.megameta.bottom.h35 { height: 35px; bottom: 35px; margin-bottom: -35px; }
div.megathumb div.megameta.bottom.h40 { height: 40px; bottom: 40px; margin-bottom: -40px; }
div.megathumb div.megameta.bottom.h45 { height: 45px; bottom: 45px; margin-bottom: -45px; }
div.megathumb div.megameta.bottom.h50 { height: 50px; bottom: 50px; margin-bottom: -50px; }
div.megathumb div.megameta.bottom.h60 { height: 60px; bottom: 60px; margin-bottom: -60px; }
div.megathumb div.megameta.bottom.h70 { height: 70px; bottom: 70px; margin-bottom: -70px; }
div.megathumb div.megameta.bottom.h80 { height: 80px; bottom: 80px; margin-bottom: -80px; }
div.megathumb div.megameta.bottom.h90 { height: 90px; bottom: 90px; margin-bottom: -90px; }
div.megathumb div.megameta.bottom.h100 { height: 100px; bottom: 100px; margin-bottom: -100px; }

div.megathumb div.megameta * { color: #fff !important; }