#logo img{
	height: 60px;
	width: 150px;
	
}
.slide1 img{
	
	height: 700px;
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
}

 .mob{
display: none;	
}
  @media (max-width: 767px) or (max-width: 1024px) {
        .desk {
          display: none;
        }
		.mob{
		display:inline;	 
		}
      }

.d2 img{
	height: 370px;
	width: 360px;
	 
}
.d2{
	 
}

.d3 img{
	height: 450px;
	width: 290px;
	
	 
}
.d3{
	margin-top: -60px;
	
}
 #p0 { text-indent: 3em; }

