.desc img {
	width: 100%;
	height: auto
}
table {
	position: relative; border: none;
	width: 100% !important;
}
table tr,
table td { border: none; vertical-align: top; width: 50%; }
table td:nth-child(odd) { padding-right: 50px }
table td:nth-child(even) { padding-left: 50px }
table img { position: relative; top: 0; width: 250px !important; height: 380px !important}


@media only screen and (max-width : 767px) {
	table { width: auto !important }
	table td {
		display: block;
		padding: 0 15px
	}
	table td:first-child { padding-right: 0 }
	table td:last-child { margin-top: 50px }
	table img { width: 100% !important; height: auto !important }
}