/* add custom site CSS here */

/* override auto hyphens */
.panel .title, .panel--interactive .title {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;       
}  

.caption-text {
/*    font-size: small; */
}