.bottom-header-wrapper {
	position:relative;
}

.header-txt-wrap {
    position: absolute;
    top: 48%;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    -ms-transform: translate(0, -48%);
    -webkit-transform: translate(0, -48%);
    transform: translate(0, -48%);
}

span.bottom-header-title {
    display: inline-block;
    width: 100%;
    line-height:120%;
    float: left;
    font-size: 55px;
    font-weight: 500;
}
span.bottom-header-tagline {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    float: left;
}
span.bottom-header-below-title {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    float: left;
}