.link_block_wrapper{}
.link_block{}
.link_block_label { 
	display:flex; 
	justify-content:space-between; 
	background-color: #F7B700; 
	font-size:24px;padding:10px;
	background: linear-gradient(to bottom right, #ffc72e, #daa20a);
	/* #cc9900 */
	text-shadow: 2px 2px 5px black;
	color:white;
	font-weight:900;
	/* font: 700 18px/44px Oswald, sans-serif; */
	/* text-transform: uppercase; */
	align-items:center;
}

.link_block_a, .link_block_a:hover, .link_block_a:active {
	text-decoration: none;
}

.link_block_a img {	max-height:200px; }

.link_block_pic {
	height: 100%;
}