/*  READ: if you use stacks/blocks text boxes with fixed height  add more vertical padding. Check the layout in preview and shrink the width of the browser window to see the bigger text..*/

@media only screen and (max-width: 719px) {
#container {font-size: 109%;}
#breadcrumbcontainer a{font-size: 110%;}
#footer {font-size: 110%;}
.thumbnail-caption {	margin-top: -3px;}
}