
@media screen and (min-width: 1000px) {
	body .collectionsWrapper .collectionsBox .collections_item:hover img {
		transform: scale(1.1);
	}
}
