.precious-video-btn::before {
    left: 33px;
}

.precious-lp-navigation__selector-dots {
    z-index: 99 !important;
}
/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp {
        padding-top: 16px;
    }
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .precious-video-btn::before {
        left: 10px;
    }
}
/* mobile */
@media (max-width: 480px) {
    .precious-video-btn::before {
        left: 12px;
    }
    /* .precious-lp-navigation__menu[data-active="1"] .precious-lp-navigation__selector {
        max-height: calc(var(--MENU-HEIGHT) * 5 * 0.75);
    } */
}