.video-hand {
  bottom:0;
  right:0;
}
.tel-ai_text1 {
   font-size:1.125rem;
}

.video-hand.hand-left {
 left: 0;
    right: unset;
}

.video-hand video {
  border-radius: unset;
    height: 50%;
    position: absolute;
    right: 28.4%;
    top: 35%;
    width: 25.5%;
    z-index: 1;
}   
.video-hand.hand-left video {
    left: 34.4%;
    top: 35%;
    width: 25.5%;
    z-index: 1;
}
.video-hand.hand-left img {
border-bottom-left-radius:20px;
}
.video-hand img {
/*       z-index: 1;
    position: absolute;
  width: 36rem; 
  right:0;
  border-bottom-right-radius:20px; */
}
  .video-hand img {
    border-bottom-right-radius: 20px;
    right: 0;
    width: 38rem;
    z-index: 1;
    position: relative;

}
.tel-ai-atwork h3 {
  position:relative;
    z-index:2;
}

@media (max-width: 768px) {
.tel-ai-atwork h3 br {
   display: none;   
  }
  .tel-ai-ready-to h3 {
  font-size:1.5rem !important;
    }
  @media (max-width: 767px) {
    .video-hand {
          position: relative !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 20px;
}
   
}