/*Center caption under large image
================================================*/
.pswp__caption__center {
	text-align: center;
        font-size: 1.2em;
}

/*Center footer (copyright) text
================================================*/
.copyright p{
	text-align: center;
}

/*Vegas inline styling
=================================*/
.gallery.vegas-container {
	text-align: center;
        font-size: 1.2em;
}
.vegas_caption > .content {
    background-color: rgba( 80, 80, 80, 1.00 );
   }