#home-page .feature-region {
  height: 250px;
  background-repeat: no-repeat;
/*  background: #A30018;   */
}
/* Hide the "Drop Course" button that appears for students who have self-enrolled. */

.self_unenrollment_link {

    display:none !important;

}



#home-page #feature img {
  display: none;
}

#home-page #feature h3 {
  padding-top: 80px;
  text-align: center;
  font-size: 2.9em;
  margin-top: 0em;  
  line-height: 1;
  color: #FFF; 
}

#home-page #feature h4 {
  text-align: center;
  font-size: 2em;
  color: #FFF; 
}
/* Hide the "Drop Course" button that appears for students who have self-enrolled. */

.Dropdown__Toggle--cog {display:none;}