html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

footer {
    font-size: 20px;
}

.bg-image {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.d-block {
    max-height: 375px;
}

.carousel-control {
    height: 50px;
    width: 50px;
}

.navbar {
    background-color: transparent !important;
    transition: background-color 200ms linear, opacity 200ms linear;
}

.navbar.scrolled-down {
    background-color: black !important;
}

.navbar.scrolled-up {
    background-color: transparent !important;
}

.navbar.scrolled-down-bottom {
    opacity: 0 !important;
}

.navbar.scrolled-up-bottom {
    opacity: 100 !important;
}

.frame {
    height: 375px;
    width: 100%;
}

.carousel-img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 90%;
}

.video-background {
    background-color: black;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This will ensure the aspect ratio is maintained */
}
