.solarfirstimg img{
	border-radius: 10px;
}
.aboutimg img{
	width: 100%;
	border-radius: 10px;
}
.blogimg img{
	width: 70%;
	border-radius: 10px;
}
.blog-image img{
	height: 240px;
	padding-bottom: 25px;
	border:none;
	width:350px;
}
.blog_post_content{
	height: 120px;
	display: inline-block;	
	overflow: hidden;
}
.plyr-video img{
	width: 100%;
}
.allblog{
	margin-top: 50px;
}
.carousel-item img {
  height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .blog-image img {
    width:100%;
  }
}