

@media only screen and (min-width: 769px) {
    .references-main {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 769px) {
    .references-main {
        padding-top: 50px;
    }
    .references-main-container {
        margin-top: 50px;
    }
    .video-wrapper > h1 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 430px) {
    .references-main {
        padding-top: 25px;
        margin-top: 0;
        margin-bottom: 0;
        height: 50vh;
    }
    .references-main-text > h2 {
        font-size: 36px;
    }
    .video-wrapper > h1{
        font-size: 80px;
    }
    nav {
        max-width: 100vw;
    }
}