/*
Extra Desktop CSS for hover and whatnot
*/

.smgrp-box-wrap {
	position: relative;
}

.hover-fill {
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	z-index: 10;
}

.hover-fill:hover  {
	background: rgba(229, 246, 247, 0.3);
}