td img{
	height: 100px;
	width: 300px;
}
table tr td img:hover{
	transform: scale(1.3);
}
table{
	margin-left: 15%;
}
table tr td{
	padding-right: 30px;
	padding-bottom: 30px;
}