.overlay {
transition: .4s all;
}
.activebg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 1;
    transition:.4s all;
}