@media screen and (max-width: 1680px) {
    .title-h2 {
        font-size: 3.43rem;
    }

    .nav {
        padding: 4rem 5rem;
        padding-bottom: 0px;
    }

    .side-nav {
        left: 5rem;
    }

    #fp-nav.fp-right {
        right: 4rem !important;
    }

    .fp-viewing-products .pre-footer__logo {
        transform: translateY(-10.5rem);
        max-width: 46.1875rem;
        opacity: .8;
        /* transition: all 1s; */
    }
    .scroll-down {
        bottom: 7vh;
    }
    .pre-footer {
        bottom: 5vh;
    }
    .product-single__features-item.--1 {
        left: -31%;
    }
    .product-single__features-item.--2 {
        left: -14.4%;
    }
    .product-single__features-item.--3 {
        right: -17.8%;
    }
    .product-single__features-item.--4 {
        right: 2%;
    }
    .section.active .section__mask {
        background-size: 42% auto;
    }
    .section[data-anchor="main"] .section__title-label {
        bottom: 1.3rem;
    }
}