/**
 * @file
 * Acton theme music.anu.edu.au additional styles.
 */
#body #content div.panel-column-one-third h3,
#body #content div.panel-column-one-third p {
    width: 200px;
}

#body #content div.performance-teaching-fellows div#f4-features,
#body #content div.view-degree-program-rotator div#f4-features {
    height: auto !important;
    overflow: visible;
    display: block;
}

#body #content div.view-hero-image-slideshow div#f4-features {
  width: 100%;
  height: auto !important;
  display: block;
}

/************************* Media queries *************************/

@media only screen and (max-width: 479px) {

}
/************************* END sub-480 *************************/

@media only screen and (max-width: 599px) and (min-width: 480px) {
    
}
/************************* END 480-599 *************************/

@media only screen and (max-width: 959px) and (min-width: 600px) {
    #body #content div.panel-column-one-third h3,
    #body #content div.panel-column-one-third p {
        width: 160px;
    }
}
/************************* END 600-959 *************************/

@media only screen and (min-width: 960px) {
	
}
/************************* END 960+ *************************/