body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Override styles for the events page */
.socials-container {
    flex-direction: column;
    right: 20px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    width: 80px;
    height: auto;
    gap: 20px;
    padding: 20px 0;
}

#home-container {
    left: 5vw; /* Keep its horizontal position */
}

.no-bubble {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
}

.no-bubble:before {
    display: none;
}

/* Ensure home button image is fully visible */
#home-container .button-img {
    margin-top: 0;
    margin-bottom: 0;
}
