Newer
Older
.title-area {
position: relative;
width: 100%;
overflow: auto;
text-align: center;
padding: 10px;
}
.title-area-image {
width: 125px;
height: 125px;
top: 0;
left: 0;
overflow: hidden;
border-radius: 50%;
display: inline;
margin-top: 10px;
margin-bottom: 20px;
}
.title-area-headline {
font-weight: bold;
/*text-align: center;*/
font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
word-wrap: break-word;
hyphens: auto;
font-size: 1.6vw;
padding-left: 5px;
padding-right: 5px;
}