.banner{
    background-image: url("../img/background/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vw;
    background-attachment: fixed;
}

.banner-logo {
width: 45vw;
}
