#main-nav_menu > li:last-child > a {
    background-image: url('../images/_site/findit.png');
    background-attachment: scroll;
    
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow: hidden;
    width: 90px;
}

#main-nav_menu > li:last-child > a:hover {
    background-image: url('../images/_site/finditwhite.png');
    
}

/* BMT-6701 Issue with parallax presentation option */
.tnt-width-full-viewport {width: 100vw !important;}