Replace from previous with this code
#elProfileHeader {
padding-bottom: 0;
padding-top: 125px;
position: relative;
height: 500px !important;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
box-shadow: 0 0 30px rgba(0,0,0,.4) inset;
text-shadow: 0 0 4px rgba(0,0,0,.5);
font-size: 16px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
Or if not i will need a link again to your forum so i can inspect and get the correct code.