#links {
	width: 80%;
	max-height: 100%;
	top: 8rem;
	left:10%;
	position: absolute;
	overflow-y: auto!important;
	overflow-x: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;

}
#links div {
	position: relative;
	float: left;
	height:auto;
	width: 30%;
	padding: 1rem;
	margin-top: 0rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	margin-left: 0rem;
	background-image: -webkit-linear-gradient(270deg,rgba(245,242,242,1.00) 0%,rgba(193,193,193,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(245,242,242,1.00) 0%,rgba(193,193,193,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(245,242,242,1.00) 0%,rgba(193,193,193,1.00) 100%);
}
#links div p {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5rem;
}
#links div p+p {
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1.7rem;
}
#links div p+p+p {
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5rem;
}

#links div img {
	width: auto;
	height:auto;
	max-height: 20rem;
	float: left;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}

@media screen and (max-width:1000px){
#links {
	width: 90%;
}
#links div {
	width: 90%;
}
}