.brand-logo{
    filter: brightness(0) invert(1);
  }
  a{
  width: 100%;
}
  blockquote{
    color: #545454;
    font-size: 16px;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
  }
  blockquote img{
    margin-top: 10px;
    max-width: 100px;
    margin-bottom: 5px;
  }
  blockquote span{
    font-weight: 600;
  }
  .yellow {
    display: inline-block;
  padding: 5px 10px;
  background-color: #ffff45;
  color: #049eff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.p.margin::first-letter {
  font-weight: 700;
  font-size: 42px;
}
.video-wrapper-square-1-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 100%;
}
.square-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.w-background-video>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.citations-text.citation {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-style: none;
  line-height: 20px;
}
.citations-text {
  padding-bottom: 10px;
  border-style: dashed;
  border-width: 2px;
  border-color: #cecece;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.facebook-post {
  max-width: 600px;
  margin: 30px auto;
  padding: 15px 20px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}
.post-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.picture {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 100%;
}
.name {
  margin-top: 0;
  margin-bottom: 1px;
  color: #3658a6;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
.postime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numcount {
  margin-left: 8px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.postime .text-block {
  margin-right: 8px;
  color: #65676b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.image-4 {
  width: 16px;
  height: 16px;
  opacity: .8;
}
.dots {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.post-text {
  margin-bottom: 10px;
  color: #545454;
  font-size: 14px;
  line-height: 19px;
}
.likes-comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.emojis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.image-5 {
  width: 18px;
  height: 18px;
}
.likers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 8px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.likers img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
.hideme {
  display: none;
}
}