.urban-fellow .ais-InstantSearch > .col-12 > .row.col-12,
.urban-fellow #current-refinements {
	display: none;
}
.urban-fellow-lead .ais-Hits .ais-Hits-item > .row {
	display: flex;
	flex-direction: column !important;
}
.urban-fellow-lead .ais-Hits .ais-Hits-list {
	padding: 0 !important;
	margin: 0 !important;
}

.urban-fellow-lead .hit-details-left,
.urban-fellow-lead .hit-details-right{
	width: 100% !important;
}

.urban-fellow-lead .hit-details-left img {
	max-width: 100px;
    margin: 0 auto;
    display: block;
}

.urban-fellow-lead .hit-details-right > div {
	
    text-align: center;
}

.urban-fellow-lead .hit-details-right .school {
	  max-width: 80%;
    margin: 5px auto 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
	.urban-fellow-lead .hit-details-right .school.d-md-inline-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.urban-fellow-lead .hit-details-right .school.d-inline-block {
		display: block !important;
	}
}