.clients:not(.no-effect) .client.shadow-hover-lg {
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.clients:not(.no-effect) .client:hover.shadow-hover-lg {
	background: rgba(255, 255, 255, .1) !important;
}

@media (max-width:992px) {}