blockquote {
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	border-left: 4px solid #000;
	padding-left: 10px;
}
.listing__image {
	border: 2px solid #eee;
	border-radius: 4px;
	width: 100%;
	max-height: 150px;
	object-fit: cover;
}
.featured__image {
	border: 2px solid #eee;
	border-radius: 4px;
	width: 100%;
	max-height: 450px;
	object-fit: cover;
}
.position-sticky {
  position: sticky;
  top: 2rem;
  height: calc(100vh - 5rem);
  overflow-y: auto;
}
@media (max-width: 991px) {
	.position-sticky {
	  position: inherit;
	  top: inherit;
	  height: inherit;
	  overflow-y: inherit;
	}
}
.profilePhoto {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 50%;
}
.article span {
	color: red;
}
.article__body img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.video-container{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  margin:20px 0;
}
.video-container iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#editor .ql-video{
  width:60%;
  aspect-ratio:16/9;
  height:auto;
  margin: 20px auto;
}
.footer {
	background-color: #f3f3f3;
	min-height: 200px;
}