.list_products {
	font-size: 0;
	line-height: 0;
}
.list_products_item {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	position: relative;
	font-weight: bold;
	margin-right: 2%;
	margin-bottom: 2%;
}
.list_products_item :nth-child(even) {
	margin-right: 0;
	margin-left: 2%;
}
.list_products_item img {
	width: 100%;
}
.list_products_item .name_item {
	position: absolute;
	left: -2%;
	background: #e9b126;
	display: block;
	color: white;
	font-size: 2rem;
	display: none;
}
.list_products_item:hover .name_item {
	display: block;
}
@media only screen and (max-width: 479px) {
	.list_products .container {
		width: 100%!important;
		padding: 0!important;
	}
	.list_products .name_item {
		top: 20%;
		width: 14rem;
		height: 4rem;
		line-height: 4rem;
		text-align: left;
		padding-left: 1.4rem;
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
	.list_products .container {
		width: 100%!important;
		padding: 0!important;
	}
	.list_products .name_item {
		top: 20%;
		width: 19rem;
		height: 5rem;
		line-height: 5rem;
		text-align: left;
		padding-left: 1.5rem;
	}
}
@media only screen and (min-width: 640px) and (max-width: 959px){
	.list_products .container {
		width: 100%!important;
		padding: 0!important;
	}
	.list_products .name_item {
		top: 20%;
		width: 19rem;
		height: 5rem;
		line-height: 5rem;
		text-align: left;
		padding-left: 1.5rem;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1199px){
	.list_products .container {
		width: 100%!important;
		padding: 0!important;
	}
	.list_products .name_item {
		top: 20%;
		width: 24rem;
		height: 7rem;
		line-height: 7rem;
		text-align: left;
		padding-left: 3.5rem;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1439px){
	.list_products .container {
		width: 100%!important;
		padding: 0!important;
	}
	.list_products .name_item {
		top: 15%;
		width: 25rem;
		height: 7rem;
		line-height: 7rem;
		text-align: left;
		padding-left: 3.5rem;
	}
}
@media only screen and (min-width: 1440px) {
	.list_products .container {
		max-width: 100%!important;
		padding: 0!important;
	}
	.list_products .name_item {
		top: 6rem;
		width: 25rem;
		height: 7rem;
		line-height: 7rem;
		text-align: left;
		padding-left: 3.5rem;
	}
}