
.parallax-img {
margin: auto;
width: 100%; max-width: 200px;
background-size: cover;
background-position: center;
border-radius: 100%;
}

.parallax-teaser {
margin: 1em auto;
}

.parallax-content {
background-color:white;
padding:50px 80px;
border-bottom: 8px solid #aaaaaa;
}

.fullscreenbg {
position: relative;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}

.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
min-height: 400px;
text-align: center;
color: #000;
display: inline-block;

}

.caption span.border {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 10px;
}

.caption span.border a {
color: white;
text-decoration: none;
}
