@media all and (min-width: 640px) {
	.logos .images .col:first-child:after {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	.logos .images .col:last-child:after {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
}
