.coverimage12 a{
width: auto;
display: inline-block;
background: #bf1f1f;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px; 
padding-right: 15px;
text-transform: uppercase;
color: white;
font-family: calibril;
font-weight: 300;
font-size: 45%;
line-height: 26px;
border-radius: 2px;
  box-shadow: inset 0px 0px 0px #701d1d, 0px 4px 0px 0px #701d1d, 0px 4px 4px #999;
}



.coverimage12 a:active{
padding-bottom: 3px;
padding-top: 4px;
  box-shadow: inset 0px 0px 0px #701d1d, 0px 2px 0px 0px #701d1d, 0px 2px 1px #999;
bottom: 4%;	
	
}

.coverimage12 a:hover{
background: #cd7979; 
opacity: 1.0 !important;


}

@media (max-width: 800px){
	
	
.coverimage4 a{
display: none;
}

.coverimage8 a{
display: none;
}

.coverimage12 a{
display: none;
}
	
	
	
	
	
}