html {
  scroll-behavior: smooth;
}

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

.google-maps {
    position: relative;
    overflow: hidden;
    width: 100%;
	height:100%;
	min-height:400px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  }

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

@media only screen and (min-width: 1024px){
	.google-maps {
    padding-bottom: 100%;
}
}

@media only screen and (min-width: 1300px){
	.google-maps {
    padding-bottom: 70%;
}
}

@media only screen and (min-width: 1500px){
	.google-maps {
    padding-bottom: 40%;
}
}*/