.menu-mobile.menu .menu-wrapper .mainmenu ul.menu li.logo a {
    position: relative;
    top: -4px;
}

#section-1 .section-1-wrapper {
    height: calc(100vh - 40px);
    width: 100%;
}

@media only screen and (max-width: 991px) {
  #section-1 .section-1-wrapper {
    height: auto;
    width: 100%;
}
}

#section-1 p.tt-test {
    color: white;
    bottom: 1rem;
  display: none;
}