.tab-container {font-size: 1rem;}
.hero.hero-single .hero-image {height: 200px;}
/* Desktop Layout: 768px to a max of 999px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width:768px) {
.hero.hero-single .hero-image {height: 400px;}
.tab-container {font-size: inherit;}
}
@media only screen and (min-width:1000px) {

}