@media (min-width: 320px) and (max-width: 480px) {
	
.navbar-brand img  {
	
	max-height: 83px;
    background-color: white;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    border-radius: 9px;
    transition: 0.5s;
	
}	
	
#Mainbg {
  
    height: 350px;
    background-size: 100%, 100%;
    margin-top: -22px;
    background-position: center;
}
#Mainbg img{
width:100%; margin-top:-25px; object-fit: cover;
height: 350px;
}


#SubMainbg {
  
    height: 230px;
    background-size: 100%, 100%;
    margin-top: -22px;
    background-position: center;
}
#SubMainbg img{
width:100%; margin-top:-25px; object-fit: cover;
height: 230px;
}

.container {
	background-color: white !Important;
    margin: auto !Important;
    margin-top: 10px !Important;
    padding: 50px !Important;
}



}