.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

.ninja{
    display:none;
}
/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* instagram */
  .fa-instagram {
    background: #bc2a8d;
    color: white;
  }

  .fa-twitter {
    background: #2fa3d4;
    color: white;
  }

  .cookie-banner {
    background-color: #34bdeb;
    text-decoration-color: white;
    color: white
  }
