.module-small .module-inner{ max-height:92px; overflow:hidden;}

.page-name-wrapper .page-name .name { font-size:1.80em; }

.home-link {
    position: absolute;
    right: 185px;
    text-align: left;
    top: 2px;
    width: 50px;
    z-index:92;
    
    &:hover{opacity:.7;}
}

@media screen and (max-width: 992px) {
.home-link {
    left: 82px;
    right: 105px;
    top: 93px;
}
}



@media screen and (max-width: 768px) {
.home-link {
    left: 82px;
    right: 105px;
    top: -62px;
}
}