/*
 * databolt-director - homePage.css
 * Description:
 * Author:           Craig Hamilton
 * Created:          04 Jan. 2020
 * Source:           https://github.com/IntersectAustralia/databolt-director
 * License:          Copyright (c) 2020 Intersect Australia - All Rights Reserved
 *                   Unauthorized copying of this file, via any medium is
 *                   strictly prohibited. Proprietary and confidential
 */

.homeDiagram {
  max-width: 100%;
  max-height: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */

}
@media (min-width: 62em) {
}
