/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/


/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-hearing-protection {
    padding-top: 0px;
}
@media only screen and (max-width: 1068px) {
    .section-hearing-protection {
        padding-top:0px
    }
}
@media only screen and (max-width: 734px) {
    .section-hearing-protection {
        padding-top:0px
    }
}

.section-hearing-protection .grid-item-decibels .text-item {
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width:1068px) {
    .section-hearing-test .copy--scroll {
        width: 278px;
    }
}
@media only screen and (max-width:734px) {
    .section-hearing-test .copy--scroll {
        width: 100%;
    }
}


@media only screen and (max-width:1068px) {
    .section-hero {
        --scroll-container-height: 114vh;
    }
}
@media only screen and (max-width:734px) {
    .section-hero {
        --scroll-container-height: calc(110vh + 61px);
    }
}

.section-hearing-protection .grid-item-decibels .video-container .play-pause-button {
    padding-top: 32px;
}
@media only screen and (max-width:1068px) {
    .section-hearing-protection .grid-item-decibels .video-container .play-pause-button {
        padding-top: 21px;
    }
}
@media only screen and (max-width:734px) {
    .section-hearing-protection .grid-item-decibels .video-container .play-pause-button {
        padding-top: 0px;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 