.CFButtons { text-align:center; position:relative;}
 .CFButtons a.CFButton { display:inline-block; padding:8px 10px; background:#862633; color:white; border-radius:8px; border:1px solid black; text-decoration:none; min-width:120px; max-width:80%; text-align:center; position:relative; z-index:10; overflow:hidden; }
 .CFButtons a.CFButton::after {
	 content:""; background:url("https://www.easternct.edu/portal/_files/buttontransparency.png"); background-size:cover; opacity:.4; position: absolute; top:0; left:0; bottom:0; right:0; z-index:-1; }
 .CFButtons a.CFButton:hover { background:#002D72CC; transition:background 1.5s; text-decoration:underline; }
 .CFButtons a.CFButton + a.CFButton { margin-left:5px; }

 @media only screen and (max-width: 768px) {
	 .CFButtons a.CFButton { width:40%; max-width:none; }
}