/* Remove rule between page heading and slideshow */
.id7-page-title h1 {
  border-bottom: none;
}
/* Featured research boxes */		
/* small screens first */
.research-feature img {
  float: right !important;
  max-width: 50%;
  margin: 0 0 20px 20px;
}
/* medium screens and above */
@media (min-width: 992px) {
  .research-feature img {
    float: left !important;
    max-width: 100%;
    margin: 0 20px 20px 0;
  }    
}