/* .banner{
    background-image: url(../../../../public/assets/img/generic/banner_kumo.jpg);
    width: 100%;
    min-height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

body{
    background: red;
}