.g-product{
	overflow: hidden;
}
.g-product .m-header{
	background: url(../images/product.png) no-repeat center;
	background-size: cover;
	background-position: 70% 0;
}
.g-product .m-related-product .btn{
	width:120px;
	height:40px;
	line-height: 26px;
	color:#124A76;
	border: 1px solid #124A76;
}
.container .row.justify-content-center{
	justify-content:center !important;
}
.container form .row.justify-content-center{
	justify-content:center !important;
}
@media (min-width: 768px){
	.g-product .m-header{
		background-position: center 0;
		height: 600px;
	}
	.g-product .m-crumb{
		display: block;
	}
	.g-product .m-related-product .btn{
		width:156px;
		height:48px;
		line-height: 34px;
	}
	.container .row.justify-content-center{
		justify-content:left !important;
	}
}