

#imagediv{
	width: 95%;
    clear: both;	
    margin: 0em auto 0em auto;
	padding: 20px 0px 20px 0px;

}

#home_image1
{
	width:100%;
	
	border-radius: 1em;
}


              @media screen and (max-width: 800px) {
    #maintext,#imagediv {
       max-height: 500px;
        min-height: 500px
    }
                
                 #home_image1 {
       height: 460px;
    }
                   
                   #myself{
                       display: none;
                   }
                  
              }           
                     



@media screen and (max-width: 500px) {
    #maintext,#imagediv {
       max-height: 400px;
        min-height: 400px
    }
                
                  #home_image1, {
       height: 360px;
    }
                   
}



@media screen and (max-width: 400px) {
    #maintext,#imagediv {
       max-height: 300px;
        min-height: 80px
    }
                
        #home_image1{
       height: 260px;
    }
    
    #success
    {
                bottom: 5px;
                right: 50px;
    }
                   
}