T

как скрыть пересечение картинок?
css сейчас такой
z-index не помогает
.background-top {
position: absolute;
width: 100%;
height: 900px;
top: 2250px;
z-index: -2;
background: url(../../../../static/images/generate-experiment.png) bottom
center/100% no-repeat;
}
.background-bottom {
position: absolute;
width: 100%;
height: 900px;
top: 1890px;
z-index: -1;
background: url(../../../../static/images/generate-experiment.png) top
center/100% no-repeat;
}



