.robotic-surgery-doctor {
  /* width: 300px; */
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 360px;
}

.robotic-surgery-patient {
  /* width: 300px; */
  position: absolute;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 360px;
}