/*body > .row > [class*='small-'].col-nav-content, body > .row > [class*='small-'].col-nav {
	display:none;
}*/

.google-maps {
        position: relative;
        padding-bottom: 60%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.slideshow_container picture, .slideshow_container a picture, .slideshow_container img, .slideshow_container a img {
    max-height: 25px;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

@media print, screen and (min-width: 640px) {
	.google-maps {
        position: relative;
        padding-bottom: 20%; // This is the aspect ratio
	}}