.tz-custom-paralax{
    overflow: hidden;
    position: relative;
}

.TzCustom_desc{
    position: relative;
    width: 100%;
    text-align: center;
    color:#fff;
}
.para-background {
    background-attachment: fixed;
    background-clip: padding-box;
    background-position:50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120%;
    position: absolute;
    width: 100%;
}
.para-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}