.products-list-item-image {
	height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
	margin-bottom: 20px;
}
.products-list-item-image a {
	display: block;
	height: 100%;
	width: 100%;
}
.products-list-item-name {
	color: #222222;
    font-size: 20rem;
}
@media (max-width: 1239px) {
	.products-list-item-image {
		height: 340px;
	}
}
@media (max-width: 449px) {
	.products-list-item-image {
		height: 160px;
		background-size: 100% 100%;
		margin-bottom: 10rem;
	}
	.products-list-item-name {
		font-size: 14rem;
	}
}