.imageCoverFeature{
    position:relative;
    width:100%;
    background:url(../../images/sections/whats_on/openDayNew/under/testfeature.jpg);
    background-repeat:repeat-x;
    background-position:center center;
    background-size:cover;
    z-index:0;	
 }

/**.imageCover{
background:url(../../images/sections/fulltime/template_responsive/library.jpg);
 } **/

 .heroBlockSmall{
    background:url(../../images/sections/fulltime/template_responsive/openday_bg_digital.jpg);
    background-size: cover;
 }

.spotlight {
    width: 100%;
    margin: 20px 0;
    height: auto;
}

.spotlight-left, .spotlight-right {
    box-sizing: border-box; background: none;
}

.spotlight-text {
    padding: 40px 5%;
    height: auto;
}

.spotlight-right p, .spotlight-left p, .spotlight-right h3, .spotlight-left h3{
    text-align: left; color: #333;
}

 @media (max-width: 992px) {
    .spotlight-image{
        min-height: 450px;
    }	
}

 #campus {
    border-top: 10px solid #867537;
    border-bottom: 10px solid #867537;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("/images/sections/fulltime/template_responsive/campus_bg_library.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

#region {
    border-top: 10px solid #867537;
    border-bottom: 10px solid #867537;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("/images/sections/fulltime/template_responsive/region_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}	

/* Non touch screen devices */
@media (hover:hover) and (pointer: fine)  {
    section.parallax {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
}	

@media (min-width: 991px) {
    .spotlight {
        display: flex;
    }
    .spotlight-left, .spotlight-right{
        width: 50%;
        float: left;
    }
    .spotlight-image{
        min-height: 550px;
    }
    .spotlight-video{
        padding-top: 50px;
    }

}