/*.footer-ex4 Layout*/
.footer-ex5 { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; flex-direction:row; margin:0; padding:0 0 20px; background-color:#241f20; }

.footer-ex5 .social { width:100%; display:inline-block; text-align:center; }
.footer-ex5 .social a { display:inline-block; position: relative; top: -75px; }


@media only screen and (max-width: 992px) {
	.footer-ex5 .social a { width: 100px; top: -50px; }
}

@media only screen and (max-width: 768px) {
	.footer-ex5 .social a { width: 25%; max-width:80px; top: auto;  }
}