.desktop-photo{
    width: 100%;
    height: 40px;
    object-fit: cover;
}
.mobile-photo{
    display: none;
}
.container-head-banner {
    position: relative;
}
.banner-closed{
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 10%;
}
@media screen and (max-width: 480px){
    .desktop-photo{
        display: none;
    }
    .mobile-photo{
        display: block;
        width: 100%;
        height: 32px;
    }
    .banner-closed{
        bottom: 4px;
    }

}

svg .svg-banner-closed{
    fill: white;
}
.banner-closed .svg:hover svg path{
    fill: white !important;
}
