#product-srh{
	width: 1040px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
#product-srh{
	width:auto;
	margin: 0 auto;
}
}