h2 + .grid {
    margin-top: 2rem;
}

.page_provost_index .captioned_image {
	float: left;
    margin-right: 2rem;
    width: 225px;
    margin-top: 0.5rem;
}

.xp_hero img {
    z-index: -1;
    width: 100%;
}

.page_provost_index .xp_hero {
    position: relative;
}

.page_provost_index .xp_hero .info {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 3%;
    width: 40%;
    padding: 0 3%;
    text-shadow: 1px 1px 3px var(--black40percent);
}

.page_provost_index .xp_hero .info a {
    text-shadow: none;
}

.page_provost_index #accreditation {clear: both;}

@media only screen and (max-width: 760px) {
	.page_provost_index .xp_hero .info {font-size: 1.3rem; right: 0;}
}

@media only screen and (max-width: 580px) {
	.page_provost_index .xp_hero .info {font-size: 1.1rem; }
}

@media only screen and (max-width: 480px) {
	.page_provost_index .captioned_image {float: none;}
	.page_provost_index .xp_hero .info {font-size: 0.9rem; top: 47%; padding: 0 2%;}
}

@media only screen and (max-width: 320px) {
    .page_provost_index .xp_hero .info a {font-size: 0.8rem;}
}