.home-hero {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.home-hero video {
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.intro-row {
    padding: 50px 0 0 0;
}

.site_width {
max-width:1800px;
width:100%;
}

.maincontent {
position:relative;
padding: 0 0 60px 0px;
background-image: linear-gradient(180deg,rgba(255,255,255,25) 0%,rgba(255,255,255,.25) 100%),url(/imageserver/UserMedia/schabel/abstract-bg.jpg);
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

#contactForm {
display: block;
    position: absolute;
    top: -350px;
    right: 87px;
    border-radius: 5px;
    width: 500px;
    height: 70vh;
}