body {
    margin: 0 auto;
}
.scroll-position {
    position: fixed;
    top: 0;
    left: 0;
    color: greenyellow;
}
.video-bg {
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    margin: 0 auto;
    width: 720px;
    position: fixed;
    right: calc(50% - 360px);
}
#bg-video {
    width:100%;
    height:100%;
    object-fit: cover;
    background:black;
}
.main-name {
    font-family: "limon-regular-marker", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    color: navajowhite;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 340px;
}
.name-wrapper {
    width: 720px;
    height: 100%;
    z-index: 0;
    position: absolute;
    right: calc(50% - 360px);
}
.content-wrapper {
    width: 720px;
    margin: 0 auto;
    z-index: 3;
}
.content-filler{
    width: 100%;
}
.content-band-top {
    width: 100%;
    height: 60px;
    clip-path: polygon(0 60px, 100% 0, 100% 60px);
    background-color: white;
}
.content-band {
    font-family: "rig-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4e4e4e;
    position: relative;
    font-size: 18px;
    width: calc(100% - 60px);
    background-color: white;
    padding: 10px 30px;
    z-index: 3;
    margin: 0;
}
.content-band-bottom {
    width: 100%;
    height: 60px;
    clip-path: polygon(0 0, 100% 0, 0 60px);
    background-color: white;
    margin: 0;
}
.top-wrapper {
    width: 720px;
    position: absolute;
    right: calc(50% - 360px);
    z-index: 1;
    top: 0;
    margin: 0;
}
.headings {
    position: relative;
    font-family: "chill-script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    color: white;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    transform: rotate(-7deg);
    z-index: 1;
}
.heading-1 {
    height: 1200px;
}
.heading-2 {
    height: 1600px;
}
.heading-3 {
    height: 1600px;
}
.heading-4 {
    height: 1650px;
}
.slide-block {
    position: fixed;
    top: 400px;
    left: 0;
    width: 400px;
    height: 100px;
    background: greenyellow;
}
@media only screen and (max-width: 600px) {
    #bg-video {
       max-width: 100%;
        max-height: 100%;
        object-fit: fill;
    }
    .video-bg {
        max-width: 100%;
        max-height: 100%;
        horiz-align: center;
        right: 0;


    }
    .content-band {
        font-size: 14px;
    }
    .content-wrapper, .content-filler, .name-wrapper, .top-wrapper {
        width: 100%;
    }
    .headings {
        width: 85%;
    }
    .name-wrapper, .top-wrapper {
        right: 0;
    }
    .heading-1 {
        height: 1300px;
    }
    .heading-2 {
        height: 1600px;
    }
    .heading-3 {
        height: 1600px;
    }
    .heading-4 {
        height: 1850px;
    }
}

