#mapFooter{ height: 300px;}

.gm-style-iw-d {
    overflow: none;
  }

  .gm-style-cc    { opacity: 0 !important;}

  .imagemarker {
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px -5px #8F8F8F;
    box-shadow: 0 5px 10px -5px #8F8F8F;
    background-size: cover !important;
  
  }

  .site-wrapper-reveal img{ max-width: 100% !important; height: auto !important;}

  .ribbon-2 {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */
    
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color:#FFF;
    z-index: 5000;
    right:  3px !important;
  }
  