.red-blocks{
    margin-top:30px;
	margin-bottom:30px;
	}

.red-blocks li{
	text-align:center;
	margin:0;
	padding: 0;
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}

.red-blocks a {
    transition: all 0.35s;
    background-color: rgba(0, 0, 0, 0.6);
}

.red-blocks a:hover {
    background-color: #d72121;
}

.red-blocks a:link, .red-blocks a:visited {
    color:#FFF;
	font-size:2.3em;
	font-family: "ReplicaProRegular",sans-serif;
	height: 170px;
	line-height: 170px;
	text-transform: uppercase;
	width:100%;
    display:block;
    border: 3px solid #fff;
    text-decoration: none;
}