html{
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.banner-logo{
    transform: scale(.2) !important;
}

@media (max-width:780px){
    .banner-logo{
        transform: translate(-105vw,-1vh) scale(.15) !important;
    }
}
.logo-header img{
    transform: scale(.7) !important;
}
