h5 {
    position: relative;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    text-align: center;	
}

h5:before, h5:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #bcbcbc;
}

h5:before {
    margin-left: -50%;
    text-align: right;
}

/* Mobile View */
@media only screen and (max-width: 600px) {
  .version {
    padding-top:15px;
  }
  
  
.mobile-img-bg {
    background-size: cover;
    background: url(../images/bg.jpg) no-repeat center center fixed;
    height: 100%;
}
  
  
  
    h3 {
    position: relative;
    font-size: 17px !important;
    z-index: 1;
    overflow: hidden;
    text-align: center;	
	letter-spacing:0.50px;
}
  
  h5 {
    position: relative;
    font-size: 13px;
    z-index: 1;
    overflow: hidden;
    text-align: center;	
}

h5:before, h5:after {
    position: absolute;
    top: 75%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #bcbcbc;
	padding-top:2px;
}

h5:before {
    margin-left: -50%;
    text-align: right;
}

}