@media(max-width: 419px){
    header .site-logo {
        height: auto;
        max-width: 210px;
        margin-top: 23px;
    }
}

@media (min-width: 420px) and (max-width: 619px) {
      header .site-logo {
        height:auto;
        max-width:280px;
    }
    
}

@media (min-width: 620px) and (max-width: 950px) {
      header .site-logo {
        height:auto;
        max-width:490px;
    }
}
.main-banner-txt {
    display: none;
}
