Like the description overlay. How did you do that?
Go in the LockBackground.html file and edit the following. You will need to scroll down to find the "#desc". You can play around with it to adjust whatever you want.
#desc{
position:absolute;
float: right;
left:240px;
top: 187;
Z-index:2;
font-size:12px;
font-style:italic;
font-weight:bold;
color:#FFFFFF;
text-align:left
}