@font-face {
  font-family: 'QTP';
  font-style: normal;
  font-weight: 400;
  src: url(http://elaztek.com/api/fonts/wf_qtype-pro_seext-bold.ttf);
}



.issue_tracker_wrap {
    /*max-width: 1280px;
    margin: 40px auto;*/
}


.it_header {
    background: url(http://api.elaztek.com/img/page_banners/issue_tracker.png);
    height: 400px;
    background-size: cover;
    background-position: 0px -168px;
    /*background-position: center;*/
    box-shadow: 0px 0px 22px 3px #12161b inset;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}

.it_title {
    color: #fff;
    font-family: "QTP", sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px #2a333e;
}

.it_project_logo {
    height: 140px;
}
.it_project_block {
    text-align: center;
}


@media (max-width: 1460px) {
  .it_header {
      background-position: 0px -85px;
  }
}

@media (max-width: 1220px) {
  .it_header {
      background-position: 0px -40px;
  }
}

@media (max-width: 990px) {
  .it_header {
      background-position: 0px 0px;
  }
}

@media (max-width: 960px) {
  
    .it_header {
        height: 200px;
        background-position: 0px 0px;
    }
  
}