html {
    height: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
}

.bg_wrap {
    background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/hxt_hero_bg.JPG');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.display_middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header {
    font-family: "Raleway", sans-serif;
    font-size: 5em;
    color: #fff !important;
    border: 1px white solid;
    padding: 3rem;
}


@media screen and (max-width: 524px) {
    .header {
        font-size: 3em;
        padding: 2rem;
    }

    .bg_wrap {
      background-position: left;
    }
}

@media screen and (max-width: 300px) {
    .header {
        font-size: 2em;
        padding: 1rem;
    }
}