@media (max-width: 767px) {
	.product-item-title {
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}

	.product-item-image-slider-control-container {
		opacity: 1;
	}
}
