<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .google-maps {
        position: relative;
       padding-bottom: 50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 760px; 
        height: 380px;
       
    }
    
   </pre></body></html>