
header::before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 419px;
  height: 159px;
  background-image: url(../../img/holidays/new_year.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translate(-30%, -20%) rotate(-10deg);
}