iframe{
	width: 100%;
}
.img-logo-jembe{
	height: 62px;
	padding: 0.2rem 0;
}
.single-news-post{
	width: 100%;
}
.new-section-1{
	height: 35vh;
	object-fit: cover;
	width: 100%;
}
.new-section-7{
	height: 55vh;
	object-fit: cover;
	width: 100%;
}
.logo-mobile img{
	height: 45px;
}
.img-recent{
	height: 16vh;
	object-fit: cover;
}
.all-videos{
	height: 65vh;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	.img-recent{
	    height: 25vh;
	    object-fit: cover;
    }
    .new-section-7{
	height: 34vh;
   }
}
@media (max-width: 768px) {
	.all-videos{
	    height: 50vh;
    }
    .new-section-1{
	    height: 28vh;
    }
    .new-section-7{
	    height: 28vh;
    }
}
@media (max-width: 576px) {
	.new-section-1{
	    height: 55vh;
    }
    .new-section-7{
	    height: 55vh;
    }
}
@media (max-width: 480px) {
	.new-section-1{
	    height: 37vh;
    }
    .new-section-7{
	    height: 37vh;
    }
}
@media (max-width: 448px) {
	.all-videos{
	    height: 37vh;
    }
    .img-recent{
	    height: 19vh;
    }
   
}
@media (max-width: 360px) {
	.all-videos{
	    height: 27vh;
    }
    .img-recent{
	    height: 14vh;
	    object-fit: cover;
    }
     .new-section-1{
	    height: 30vh;
    }
    .new-section-7{
	    height: 30vh;
    }
}

.related-img{
	width: 130px;
	height: 120px;
	object-fit: cover;
}

.all-details img{
    width: 100%;
}


