

@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: 530px) and (min-width: 431px){
    .headline-wrapper > h1 {
        font-size: 64px;
    }
}

@media only screen and (max-width: 430px) {
    .references-main {
        margin-bottom: 0;
        margin-top: 0;

        padding-top: 0;
        height: 50vh;
    }
    .references-main-container {
        margin-top: 0px;
    }


    .references-main-text > h2 {
        font-size: 28px;
    }
    .headline-wrapper {
        margin-top: 30px;
    }
    .headline-wrapper > h1{
        margin-top: 0;
    }
}