.pslide-container
{
cursor:default;
position:relative;
top:0px;
left:0px;
width:1300px;
height:700px;
overflow:hidden;
}
.photo-caption
{
position:absolute;
max-width:480px;
max-height:130px;
font-family:'Roboto Condensed',sans-serif;
font-size:24px;
text-align: center;
color:#000000;
line-height:1.5;
padding:5px 5px 5px 5px;
box-sizing:border-box;
background-color:rgba(255,188,5,0.8);
background-clip:padding-box;
}
.top-left
{
top:15px;
left:15px;
}
.top-right
{
top: 15px;
right: 15px;
}
.bottom-left
{
bottom:15px;
left:15px;
}
.bottom-right
{
bottom: 15px;
right: 15px;
}
