/*  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, .breadcrumbcontainer2 a{font-size: 110%;}
#footer, #image_bottom a, #image_bottom {font-size: 110%;}
.thumbnail-caption {	margin-top: -3px;}
}