.raw-block {
display: none;
}
.banner1 {
position: relative;
min-height: 290px;
}
.banner1 a {
position: absolute;
bottom: 16px;
right: 16px;
background-color: #fff;
padding: 5px 20px;
text-decoration: none;
font: normal 13px / 20px "Gothic", "Raleway", Helvetica, Arial, Verdana, sans-serif;
color: #000;
text-transform: uppercase;
}
.banner1:hover {
cursor:pointer;
} .middle-title {
position: relative;
z-index: 1; 
text-align: center;
text-transform: uppercase;
font: 14px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.middle-span {
background-color: #f7f7f7;
padding: 4px 15px;
}
.middle-span:before {
border-top: 1px solid #232323;
content: "";
margin: 0;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: -1;
}