.tp-caption.large_bg_black {
font-size:36px;
line-height:40px;
font-weight:400;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.8);
padding:10px 20px;
border-radius:4px 4px 4px 4px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_white {
font-size:32px;
line-height:20px;
font-weight:400;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 0.8);
padding:10px 20px;
border-radius:4px 4px 4px 4px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

