.section-table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 999
}
.section-row {
    display: table-row
}
.section-cell {
    display: table-cell;
    text-align: left;
    color: #fff;
    vertical-align: middle
}
section-title {
    max-width: 600px;
    z-index: 22
}
.section-cell h3, .section-cell p {
    text-shadow: 0 0 2px #000;
    display: block;
    z-index: 100
}
.section-cell h3 {
    line-height: 50px;
    font-weight: bold;
}
.section-cell p {
    line-height: 30px
}
.parallax-btn {
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    transition: .4s;
    font-weight: bold
}
.parallax-btn:active, .parallax-btn:focus, .parallax-btn:hover {
    color: #fff;
    text-decoration: none
}
.overlay h1 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    margin-top: 17%
}
.fullscreen-bg {
    overflow: hidden;
    position: relative;
    width: 100%
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}
.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
@media (max-width:575.98px) {
    .fullscreen-bg, .videobg-image {
        display: none
    }
}