#divLockIn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 530px;
    height: 680px;
}

#divLockInGecko,
#divLockInGecko2 {
    -webkit-filter: blur(0.8px);
    filter: blur(0.8px);
    transform: rotate(-19deg);
    width: 215px;
    position: relative;
    top: -156px;
    left: -1px;
    -webkit-opacity: 0.4;
    opacity: 0.4;
}

#divLockInGeckoSecond,
#divLockInGecko2Second {
    -webkit-filter: blur(0.8px);
    filter: blur(0.8px);
    transform: rotate(7deg);
    width: 215px;
    position: relative;
    top: -175px;
    left: -53px;
}

#imgLockInFullBackground,
#imgLockInFullBackgroundSecond {
    position: fixed;
    width: 530px;
    height: 680px;
}