.ir4 {
  position: relative;}

.ir4:before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(to bottom, #fff5, #fffc);
  pointer-events: none;}
