/*------------------------------------------------------------Content*/
.cts_header_wrap {
  background: url(../img/individual_img/pagetitle.jpg) center right no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .cts_header_wrap {
    background: url(../img/individual_img/pagetitle.jpg) center center no-repeat;
    background-size: cover;
  }
}
