@media only screen and (min-device-width: 200px) and (max-device-width: 600px) and (orientation:portrait)  {
    .bgname
    {
    	display:none !important;
    }
    .bgname2
    {display: block !important;
    }
    }
@media only screen and (min-device-width: 600px){
    .bgname2
    {
    	display:none !important;
    }
    .bgname
    {display: block !important;
    }
    }
/* landscape */
	@media screen and (orientation:landscape) and (min-device-width: 200px)  and (max-device-width: 1300px) {
     .bgname
    {
    	display:none !important;
    }
    .bgname2
    {
        display: block !important;
    }
    }
    
	@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation:portrait) {
    .bgname
    {
    	display:none !important;
    }
    .bgname2
    { display: block !important;
    }
    }
@media only screen and (min-device-width:1280px){
    .bgname2
    {
    	display:none !important;
    }
    .bgname
    {display: block !important;
    }
    }
	
@media only screen and (min-device-width: 200px) and (max-device-width: 600px) and (orientation:portrait) {
   .google 
   {
   margin: -12px !important;
   }
    }
    
/* landscape */
	@media screen and (orientation:landscape) and (min-device-width: 200px)  and (max-device-width: 1280px) {
     .google
    {
    	  margin: 0px !important;
    }
    }

    
    	
	@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation:portrait) {
   .google 
   {
   margin: -7px !important;
   }
    }
    
    
@media only screen and (min-device-width: 200px) and (max-device-width: 600px) and (orientation:portrait)  {
   #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
 width: 250px !important;
height: 159px !important;
  background: #fff;
  text-align: center;
  line-height: 250px;
}
    }
	 
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation:portrait) {
   #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
 width: 300px !important;
height: 159px !important;
  background: #fff;
  text-align: center;
  line-height: 250px;
}
    }
    
@media only screen and (min-device-width: 200px) and (max-device-width: 600px) and (orientation:portrait) {
   .content1 
   {
    width:80% !important;
   }
    }
	
	  
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation:portrait) {
   .content1 
   {
	   margin-top:25px;
    width:80% !important;
   }
    }
	
	
	@media only screen and (min-device-width: 200px) and (max-device-width: 600px) and (orientation:portrait) {
   .bed_img 
   {
    width:225px !important;
   }
    }
		@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation:portrait) {
   .bed_img 
   {
    width:225px !important;
   }
    }