/* Minification failed. Returning unminified contents.
(7,8): run-time error CSS1035: Expected colon, found '{'
 */
@import '../vars.less';
@import '../mixins.less';

/* Helper Classes - ie-fix */

.lt-ie9 {
	.elem {
		.overlay:after {
			content: '';
			background: #000;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
	}

	.elem:hover .overlay {
		filter: alpha(opacity=65);
	}
}
