body .clean__margin {
    margin-bottom: 4% !important;
}
body .typical__item {
    margin-bottom: 0;
}
body .sidenav__list li:nth-child(n+8) {
     display: block; 
}
body .clean-entry__wrapper{
    min-height: 500px; 
}
@media screen and (min-width: 1900px) {
    body .clean__margin {
        margin-bottom: 5% !important;
    }
}
@media screen and (min-width: 2100px) {
    body .clean__margin {
        margin-bottom: 8% !important;
    }
}
@media screen and (min-width: 2300px) {
    body .clean__margin {
        margin-bottom: 17% !important;
    }
}
@media screen and (max-width: 1100px) {
    body .backstage__video-container {
        max-height: 650px;
    }
}
@media screen and (max-width: 700px) {
    body .backstage__video-container {
        max-height: 600px;
    }
}

/*
@media screen and (max-width: 1880px) {
    body .clean__margin {
        margin-bottom: -1.15vw !important;
    }
}
@media screen and (max-width: 1750px) {
    body .clean__margin {
        margin-bottom: -5% !important;
    }
}
@media screen and (max-width: 1500px) {
    body .clean-entry__wrapper {
        height: calc(100vh - 99px);
    }
    body .clean__margin {
        margin-bottom: -3% !important;
    }
}
@media screen and (max-width: 1200px) {
    body .clean__margin {
        margin-bottom: -5.15vw !important;
    }
    body .clean-entry__wrapper{
        min-height: unset;
    }
}
@media screen and (max-width: 768px) {
    body .clean__margin {
        margin-bottom: 8.15vw !important;
    }
    body .clean-entry__wrapper{
        min-height: unset;
    }
}*/