.parallax {
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.parallax-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: black;
    opacity: 0.45;
    z-index: 99;
}
.parallax-1 .content {position:relative; z-index:999; color:white; font-size:18px; background:none; text-shadow: 2px 5px 2px rgba(0,0,0,0.8);}
.parallax>div.link {
    cursor: pointer
}
.parallax>div {
    position: relative;
    padding: 10px 0px;
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}
.parallax p {
    position: relative;
    display: block;
}
.parallax h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    text-transform: uppercase;
    text-align:center;
}
.parallax h3 {
    
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .parallax h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .parallax h3 {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .parallax h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .parallax h3 {
        font-size: 12px;
        line-height: 40px;
    }
}
@media (max-width: 420px) {
    .parallax h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .parallax h3 {
        margin-top: -15px;
        font-size: 10px;
        line-height: 20px;
    }
}