.fulltop .content__splitted {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fulltop .article--right.right {
  display: flex;
  flex-direction: column;
  padding: 0 10px 20px 10px;
  right: 0;
  height: auto;
  border-left: 1px solid #ededed;
  background-color: rgba(237, 237, 237, 0.3);
}
.fulltop .connecter__right--title,
.fulltop .articles__right--title {
  position: relative;
  padding: 5px 20px 5px 60px;
  margin: 20px auto 20px -20px;
  text-transform: uppercase;
  background-color: #555;
}
.fulltop .article--right.right .egyeb__link {
  width: 100%;
}
.fulltop .article--right.right .friss__link {
  margin-bottom: 10px;
  width: 100%;
}
.fulltop .connecter__right--text {
  padding: 0 15px 15px;
}
.fulltop .article--right.right .egyeb__text {
  padding: 10px 0;
}
.fulltop .connecter__right--text,
.fulltop .article--right.right .egyeb__text {
  position: relative;
}
.fulltop .article--right.right .authorimg--img {
  display: block;
  border-radius: 90px;
  overflow: hidden;
  background-color: #999;
  margin: 0 auto 10px;
  filter: grayscale(100%);
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin: 0 20px;
}
.fulltop .article--right.right .egyeb__text:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  right: 0;
  border-bottom: 1px solid #ededed;
  bottom: 5px;
}
.fulltop.single-article__container:not(.gallery-type) .article--info-holder {
  flex-direction: column;
  border-bottom: none;
  border-top: none;
  border-left: 1px solid #ededed;
  padding: 0 0 0 15px;
  margin: 0 0 10px 5px;
}
.fulltop .article--social-holder {
  border-bottom: none;
}
.fulltop .article--author-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  padding: 10px 0;
}
.fulltop .article--date-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.fulltop .social--container {
  flex-wrap: wrap;
  padding: 10px 0;
}
/* .fulltop .social--container iframe,
.fulltop .social--container .sendmail-icon,
.fulltop .social--container .holder__icon {
  width: 45% !important;
  margin: 0 0 20px 0;
} */
.fulltop .single-article__title-row--wrapper {
  /* border-bottom: 1px solid #ededed; */
}
.article--video-wrapper {
  width: 100%;
  margin: 0 auto;
  /* padding: 0 0 20px; */
}
.article--video-wrapper iframe {
  width: 100%;
  height: 645px;
}
@media screen and (max-width: 1000px) {
  .article--video-wrapper iframe {
    min-height: 320px;
    height: auto;
  }
}
