.footer-container{
	width: 100%;
	height: 80px;
	background-color: rgb(151, 201, 60);
}

.footer-container span{
	color: rgb(255,255,255);
	font: 12px Raleway;
	position: relative;
	top: 40%;
	transform: translateY(-50%);
}

.footer-image{
	width: 40%!important;
  	height: auto!important;
}

.flip-image{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}