.ui-page .ui-page-title {
background:#000;
background-position: 50% center;
background-size: cover;
background-repeat: no-repeat;
}
.ui-page-title .ui-contain h2 {
background-image:url("http://sitecore.uidaho.edu/~/media/E45E7EF8549A4223B7D936D03B3DF9D0.ashx");
background-repeat: no-repeat;
background-size: contain;
background-position:center;
font-size: 30px;
}
.ui-page-title .ui-contain h2 a {
color: rgba(255,255,255, 0);
text-align: center;
}
@media screen and (min-width: 480px) {
.ui-page-title .ui-contain h2 {
font-size: 35px;
text-align: left;
background-position: left;
}
.ui-page-title .ui-contain h2 a {
text-align: left;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1450px) {
}