#divcontainer {
  position: relative;
  border: 1px solid red;
  width: 900px;
  height: 900px;
}
.overlay {
  position: absolute;   
  left:0;
  top: 0;
  z-index: 999;
  opacity:0.65;
}
