.illustration-container {	text-align: center;/*	padding-top: 2em;*/ padding-bottom: 0;}.illustration-container h2 {	text-align: left!important;}header {    text-align: center;    padding: .5em 1em 2em 1em;    font-size: 1.5em;}header p {    padding-top: .5em;}.illustrationSmall {    margin-bottom: 5em;}.tn-holder {    border: #d1d1d1 solid 1px;    border-radius: 3%;    overflow: hidden;    max-width: 309px;}img {max-width: 100%;}.tn-holder:hover {	-webkit-box-shadow: 0 0 1.5em rgba( 0, 0, 0, .25 );	        box-shadow: 0 0 1.5em rgba( 0, 0, 0, .25 );    transform: scale(1.05);    -webkit-transition: transform .25s;       -moz-transition: transform .25s;        -ms-transition: transform .25s;         -o-transition: transform .25s;            transition: transform .25s;}/* lightbox styles */div#lightcase-content iframe[src*="svg"] { 	padding: 30px;}/*MEDIA QUERIES*//* ***  > 850 *** */@media (min-width: 700px) {	header {    text-align: left;	}}@media (min-width: 1060px) {}