.videoRdataa {
    transition: transform .2s; /* Animation */
    cursor: pointer;
    margin: 0 auto;
}

.videoRdataa:hover {
  opacity: 0.7;
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.image_manual {
  border-radius: 5px;
  cursor: pointer;
  /*transition: 0.3s;*/
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.image_manual:hover {
  opacity: 0.7;
  transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.pop {
    min-width: 220px;
    padding: 0;
}

.image_manual_right {
  margin-left: 16.66666667%;
}
.text_right {
  text-align: end;
}
