.parallax-section{
    min-height: 500px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    overflow: hidden;
}
.parallax-section-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 999;
}
.parallax-section-overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow: hidden;
}
.parallax-section-inner a.read-more{
    color: #fff;
}
.parallax-section-inner a.read-more h2 {
    text-transform: uppercase;
    font-size: 24px;
}
.parallax-section-inner a.read-more:hover {
    opacity: 0.7;
}
.parallax-section-inner p{
    color: #fff;
}