@media only screen and (min-width:360px) and (max-width:640px) 
{
    *
    {
        margin: 0;
        padding: 0;
       
    }
    .home
    {
        display: none;
    }
    
.gg
{
    width: 100%;
}
.img
{
	background-image:url("../assests/images/blu.jpg");
	width:200px;
	height:150px;
	position:absolute;
	top:100px;
    opacity:0.8;
	border-radius: 0px 30px 30px 0px;
	
	 
}
.heading
{
	color:white;
	font-family:cotoris;
    font-size: 22px;
}
.para
{
    color:white;
}

}
