#screen, #modal {
    display: none;
    
}

#screen {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.25);
    z-index: 10;
}

#modal {
    
    /* height: 764px; */
    position: fixed;
    top: calc(21% - 25px);
    left: calc(35% - 50px);
  filter: drop-shadow(5px 5px 18px #000);
  z-index:100;
} 

}
.close-btn {
  position: relative;
    left: 723px;
    top: 24px;
    cursor:pointer;
    z-index:100;
}
.container {

	display: flex;
	width:100%;
  position: relative;
    top: -159px;
    left: 85px;
}
  .right {
    width: 50%;
    position: relative;
    left: -32px;
  }  
  .left {
  width: 50%;
    position: relative;
    margin: auto;
    left: 86px;  
  }  