diff --git a/css/custom.css b/css/custom.css index c9e92c2..901af20 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4653,9 +4653,10 @@ header.main-header .header-sticky.active{ padding: 0; } -.google-map-iframe{ +.google-map-iframe { width: 100%; - height: 700px; + height: clamp(400px, 60vh, 700px); + border: 0; } .google-map-iframe iframe{