/* overlay */
.overlay { width: 100%; height: 100%; background-color: rgba(11,12,22,0.9); display: none; position: fixed; z-index: 1002; top: 0; left: 0; overflow: auto; }