.si-icons span {
	display: inline-block;
	width:50px;
	height:50px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

.si-icons-hover span {
	width: 128px;
	height: 128px;
	margin: 50px 40px;
}

.si-icon-hamburger-cross svg{
height: 50px;
position: absolute;
top: 0;
width: 50px;
}

/* Fallback for browsers that don't support SVG - Generated with http://iconizr.com/ */
.no-svg .si-icon-hamburger-cross { background-image: url('../png/hamburger.png') }