.home{
    width: 100vw;
    height: 91.8vh;
    overflow: hidden;
}
.logoNexxHome{
    width: 12rem;
    position: absolute;
    top: 120px;
    left: 500px;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
@media (max-width:767.98px){
    .logoNexxHome{
        width: 11rem;
        top: 120px;
        left: 205px;
    }
}