.blackscreen {
    background: #000000;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.handimg {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}
.handimg img {
    width: 350px;
}
.strockhand {
    position: absolute;
    top: -13px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    opacity: 0;
}
.strockhand img {
    width: 350px;
}
.display2 .handimg{
    /*opacity: 0;*/
    transform: translate3d(-400px, 0, 0);
      transition-duration: 2s;
      transition-timing-function: ease;
      transition-delay: 0s, 3s;
}
.display .strockhand{
    opacity: 1;
    transition-duration: 1s;
}

.display3 .blackscreen{
    display: none;
    transition-duration: 0.4s;
      transition-timing-function: ease;
      transition-delay: 0s, 0.4s;
}