.header{  height:40vh; width:100%; display:flex;opacity:.7;  }
.header a{color:white}
.overlay{
 
  width:100%;  height:90vh;
  }
.pagecontent{max-width:1400px; margin-left:auto; margin-right:auto; }
.whitebg{ background-color:rgba(255,255,255,1); border-radius:15px; padding:1em; }
.flex{ display:flex; flex-wrap:wrap; align-items: center; align-content:center; justify-content:center; gap:20px; padding:1em;}
.company_logo{ width:250px; border-radius:250px; border:3px solid white; box-shadow:0px 0px 20px #000; margin-top:20%;}
.gallery-block{ height:220px; top:50%; padding:10px;  border-radius:15px;}
.event-header{  width:100%}
.event-header h2{ float:left; }
.googleplaces{ width:100%; height:30vh; }
.googleplaces iframe{width:100%; height:40vh;}
h2{ padding-top:1em;}

  .video-wrapper {
    position: absolute;   /* or absolute if inside another container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio (9/16 = 0.5625) */
    min-height: 100vh;
    min-width: 177.78vh; /* (16/9)*100 */
    transform: translate(-50%, -50%);
    border: 0;
  }
 .sound-btn {
    position: absolute;
    bottom: 40px;
    right: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
  }

  .sound-btn:hover {
    background: rgba(255,255,255,0.2);
  }
