@import url(../styles/standard.css);

.footer .logo.column img {
    display: none;
}
.footer .logo.column {
    width: 100%;
    height: 64px;
    padding-right: 20px;
    padding-bottom: 5px;
    background: url("/images/FORDHAM_LAW_LOGO_WHITE_320px.png") no-repeat center;
    background-size: contain;
}

@media only screen and (min-width: 768px) {
	.footer .logo.column {
		max-width: 320px !important;
	}
}


.lt-ie9 .footer .logo.column {
    max-width: 320px !important;
}

