Here is my code
.imgs{
position:absolute;
margin-top: -180px;
margin-left: 25px;
width: 200px;
height: 200px;
}
<td style="width: 200px;"><?php echo '<img width=200px; src="'.$imagens[$aleatorio].'"'; ?></td>
<figcaption style="width: 200px;" class="imgs"><?php echo $list; ?></figcaption>