@media screen and (min-width: 768px) {
.cc--rutgers-today-mini-header .rutgers-mini-header-logo {
    margin-top: -1.5rem !important;
    margin-bottom: 0rem !important;
    width: 15.0625rem;
}
}

@media screen and (max-width: 767px) {
	.cc--rutgers-today-mini-header .rutgers-mini-header-logo {
    margin-top: 0rem !important;
}
}