﻿body, html, form {
    overflow-x: hidden;
}

.hm-video {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
}

.hm-inner-video {
    height: 100%;
    width: 1000%;
    position: absolute;
    margin: auto;
}

@media screen and (max-width:1023px) {

    .hm-video {
        margin-top: -260px;
    }

    .hm-inner-video {
        height: calc(100% - 255px);
        top: 255px;
    }

        .hm-inner-video::after {
            display: none;
        }
}

.hm-inner-video::after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 100px, rgba(0, 0, 0, 0.8) 160px, rgba(255, 0, 0, 0) 550px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 550px;
}

.nav_list_a {
}

.hm-inner-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

#videoTextOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Libre Baskerville", serif;
    color: #fff;
    font-size: clamp(18px, 4vw, 32px);
    padding-left: 40px;
    padding-bottom: 80px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:0;
}

#videoTextOverlayText {
    position: relative;
    z-index: 10;
    max-width: 820px;
    text-align: center;
    text-shadow: 0 0 7px black;
}

#videoTextOverlay .shadow::before {
    content: '';
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 360px;
}
