
.header-img-container{
    /*height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;*/
    width: 100%;
    display: block;
}

.header-adv-img{
    /*object-fit: cover;*/
    /*object-position: center;
    height: 50px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_banner_div{
    width: 100%;
    height: 50px;
}


@media (min-width: 300px) and (max-width: 900px) {

    .header-img-container{
        width: auto;
        display: unset;
    }

    .top_banner_div{
        width: 100%;
        height: fit-content;
    }

    .header-adv-img {
        width: 100%;
        height: auto;
        object-fit: contain !important;
    }

}
