/* wppa gallery overrides */

.wppa-black { text-align: center; font-weight: 600 !important; font-size: 22px !important; }
.wppa-box-text-desc { font-size: 1em !important; line-height: 1.5em !important; text-align: left; font-weight: normal !important; }

@media only screen and (max-width: 767px) {

/* photo album */
.wppa-title { font-size: 24px !important; } 
.wppa-black { text-align: center; font-weight: 600 !important; font-size: 20px !important; }
.wppa-box-text-desc { font-size: 0.90em !important; line-height: 1.5em !important; text-align: left; font-weight: normal !important; }

} /* end @media */

/* smaller title on smaller screens */
@media only screen and (max-width: 479px) {

/* photo album */
.wppa-title { font-size: 20px !important; } 
.wppa-img { max-width: 150px !important; height: auto !important; }
.coverphoto-frame { max-width: 150px !important; height: auto !important; padding-right: 5px; }
.wppa-text-frame { max-width: 250px !important; width: 49% !important; }
.wppa-black { text-align: center; font-weight: 600 !important; font-size: 18px !important; }
.wppa-box-text-desc { font-size: 0.80em !important; line-height: 1.5em !important; text-align: left; font-weight: normal !important; }

} /* end @media */

