.fab{
	width: 20px;
	text-align: center;
	font-size: 24px;
}
.social{
	position: fixed;
	left: -40px;
	top: 250px;
}
.social ul{
	list-style: none;
}

img.zoom {
    width: auto;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}