.head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 260px;
  background: url(images/head-bg.png) center repeat-x;
    background-size: auto;
  background-size: auto 99%;
  z-index: -1;
  pointer-events: none;}
.head::after {
  content: "";
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: 0;
  background: rgba(255,255,255,.5);
  height: 1px;}
/* 123 */

