body h1.jumbo, body h2.jumbo, body h3.jumbo, body h4.jumbo, body h5.jumbo, body h6.jumbo, p.jumbo{ font-size:70px!important;  line-height:80px!important}
.overlay-sold {
position: absolute;
display: block;
max-width: inherit;
max-height: inherit;
width: 100%;
height: 100%; 
top: 0;
left: 0;
background-color: rgba(0,0,0,0.7);
z-index: 2;
cursor: pointer;
color: white;
}
.overlay-sold > div {
display: table;
width: 100%;
height: 100%;
}
.overlay-sold > div > div {
display: table-cell;
vertical-align: middle;
text-align: center;
font-weight:bold;
}