.fullScreen-banner {
    position: relative;
    background-color: #fbfbfb;
    overflow: hidden;
    z-index: 1
}

.fullScreen-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .29;
    z-index: -1
}

.fullScreen-banner-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2
}

.fullScreen-banner-content {
    text-align: center;
    margin: 146px auto 146px;
    width: 643px;
    height: 299px;
}

.fullScreen-banner-title {
    font-size: 105px;
    line-height: 134px
}

.fullScreen-banner-subTitle {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .4em
}

.fullScreen-banner-link {
    margin-top: 51px
}

@media (max-width:991px) {
    .fullScreen-banner-title {
        font-size: 60px;
        line-height: 80px;
    }
    .fullScreen-banner-content {
        padding: 108px 0 123px
    }
}

@media (max-width:767px) {
    .fullScreen-banner-content {
        padding: 75px 0 80px
    }
    .fullScreen-banner-subTitle {
        font-size: 14px;
        line-height: 20px
    }
    .fullScreen-banner-title {
        font-size: 36px;
        line-height: 1;
        margin-top: 10px
    }
    .fullScreen-banner-link {
        margin-top: 44px
    }
}