nav {
    width: 100%;
    height: 16vh;
    position: relative;
    overflow: hidden;

    z-index: 99;
}

.arrow-back {
    height: 70px;
    width: 70px;
    background: url(../img/arrow-back.svg) left no-repeat;

    position: absolute;
    top: 10px;
    left: 6%;
}

.home-link {
    height: 150px;
    width: 150px;
    background: url(../img/home.svg) left no-repeat;
    position: absolute;
    top: -62px;
    right: -62px;
    background-size: cover;
}

.page-template-tt-home .container .home-link {
    background: url(../img/tiggi-tiger/home_dark.png) left no-repeat;
    top: 0;
    right: 0;
    height: 77px;
    width: 77px;
}


.parent-pageid-89 .container .home-link {
    background: url(../img/tiggi-tiger/home_dark.png) left no-repeat;
    top: 0;
    right: 0;
    height: 77px;
    width: 77px;
}