body {
  background-color: var(--body-background-color) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.428571429 !important;
  color: var(--body-text-color) !important;
}
@media screen and (min-width: 1230px) {
  .container-fluid.body {
    max-width: 1300px;
  }
}
#ftl-tagging .sponsor-logos {
  text-align: center;
}
#ftl-tagging .sponsor-intro {
  font-size: 15px;
  font-weight: 500;
  color: var(--acc-ffffff-gray);
  padding-bottom: 10px;
}
#ftl-tagging .sponsor-logo {
  height: 45px;
  display: inline-block;
  padding: 0 10px 0 10px;
}
.mb-1 {
  margin-bottom: 1em;
}
#ftl-tagging h1 {
  font-weight: 700;
  font-size: 40px;
}
#ftl-tagging h2 {
  font-weight: 700;
  font-size: 36px;
}
#ftl-tagging .upper-content h1 {
  margin-top: 0;
}
#ftl-tagging .upper-content h2 {
  padding-top: 15px;
  font-size: 30px;
}
#ftl-tagging .upper-content .flex-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#ftl-tagging .upper-content .functions {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
}
#ftl-tagging .upper-content .functions .row {
  overflow-y: scroll;
  overflow-x: hidden;
}
#ftl-tagging .functions .function-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#ftl-tagging .functions .function-item {
  display: flex;
  flex-direction: row;
  height: 108px;
  background-color: var(--function-item-background-color);
  border-radius: 6px;
}
#ftl-tagging .functions .function-item:hover {
  cursor: pointer;
  filter: brightness(1.2);
}
#ftl-tagging .functions .function-item img {
  max-width: 64px;
  max-height: 64px;
  margin: auto 10px;
  filter: brightness(0) saturate(100%) invert(61%) sepia(7%) saturate(1912%) hue-rotate(149deg) brightness(97%) contrast(94%);
}
#ftl-tagging .functions .function-item .fn-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-right: 5px;
}
#ftl-tagging .functions .function-item .fn-right .fn-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--function-item-title-color);
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.overflow-scroller {
  overflow-y: auto !important;
  scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
  scrollbar-width: thin;
}
#ftl-tagging .functions .function-item .fn-right .fn-desc {
  font-size: 0.83em;
  color: var(--function-item-text-color);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 5px;
  margin-right: 5px;
  height: 66px;
  display: -webkit-box;
}
#ftl-tagging .text-blue,
#ftl-tagging .functions .function-item .fn-right .fn-desc a {
  color: var(--function-item-title-color) !important;
}
#ftl-tagging .grid-box {
  box-sizing: border-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-clip: padding-box;
}
#ftl-tagging a:hover h1,
#ftl-tagging a:hover h2 {
  text-decoration: underline;
}
#ftl-tagging p {
  font-size: 18px;
}
#ftl-tagging .container-fluid.body {
  margin: 0 auto 0 auto;
  padding-top: 10px;
  z-index: 0;
}
#ftl-tagging .layout-card {
  background-color: #ffffff;
  padding: 15px 15px;
  margin-bottom: 1em;
  border-radius: 8px;
}
#ftl-tagging .desc-block {
  background-color: var(--zone-description-background-color);
  border-radius: 6px;
  color: var(--brand-light-text-on-dark-bg-color);
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
}
#ftl-tagging .desc-block.full-width {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
#ftl-tagging .desc-block p {
  font-size: 1.2em;
  overflow-y: auto;
  max-height: 350px;
  padding-right: 10px;
}
#ftl-tagging .asset-card {
  display: flex;
  flex-direction: row-reverse;
  font-size: 14px;
  padding-top: 0.5em;
  height: 130px;
  max-height: 130px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#ftl-tagging .asset-card .thumbnail {
  width: 150px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

#ftl-tagging .asset-card-left, #ftl-tagging .asset-card-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#ftl-tagging .asset-card-left {
  flex-grow: 1;
}

#ftl-tagging .asset-card-right {
  max-width: 150px;
  min-width: 150px;
  overflow: hidden;
}

#ftl-tagging .asset-card-right img {
  position: absolute;
}

#ftl-tagging .asset-card.trendreport .asset-card-right img {
  top: 30%;
  transform: translateY(-30%);
}

#ftl-tagging .asset-card:not(.trendreport) .asset-card-right img {
  height: 100%;
  border-radius: 8px;
  image-rendering: auto;
  left: 50%;
  transform: translateX(-50%);
}

#ftl-tagging .asset-card-right .thumbnail {
  position: relative;
  overflow: hidden;
}

#ftl-tagging .latest-assets {
  min-width: 260px;
}
#ftl-tagging .latest-assets-container {
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ftl-tagging .asset-actions {
  margin-top: auto;
  width: 100%;
}
#ftl-tagging .asset-card:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  #ftl-tagging .asset-card > div:first-child {
    margin-left: 5px;
  }

  #ftl-tagging .asset-card > div:last-child {
    margin-right: 5px;
  }
}

#ftl-tagging .asset-type,
#ftl-tagging .resource-type {
  color: var(--accessibility-text-color);
  font-weight: 600;
  font-size: 15px;
}
#ftl-tagging .resource-type-lg,
#ftl-tagging .resource-title {
  color: var(--lg-spotlight-type-color);
  font-size: 18px;
  font-weight: 600;
}
#ftl-tagging .asset-dl-btn {
  background-color: var(--acc-ffffff-blue-2);
  color: white;
  border: none;
  padding: 5px 12px 4px 12px;
  border-radius: 6px;
  width: 100%;
  min-height: 34px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#ftl-tagging .asset-dl-btn:hover {
  filter: brightness(1.2);
}
#ftl-tagging .assets-title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--accessibility-text-color);
  border-bottom: 2px solid var(--accessibility-text-color);
}
@media screen and (max-width: 1023px) {
  #ftl-tagging .assets-title {
    margin-bottom: 10px;
  }
}
#ftl-tagging .thumbnail {
  margin: auto 0 0;
  padding: 0;
}
#ftl-tagging .expert-block {
  background: var(--expert-background-color);
  border-radius: 6px;
  margin-top: 1em;
  padding-bottom: 2em;
  color: var(--brand-light-text-on-dark-bg-color);
}
#ftl-tagging .experts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1em;
}
#ftl-tagging .experts .expert-card {
  display: flex;
  position: relative;
  margin: 20px;
  min-width: 42%;
  padding-bottom: 20px;
}
#ftl-tagging .experts .expert-card .expert-img {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
}
#ftl-tagging .experts .expert-card .media {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#ftl-tagging .experts .expert-card .media-right {
  max-width: 272px;
  min-width: 272px;
}
#ftl-tagging .expert-card:nth-of-type(n + 3) {
  padding-top: 2.5em;
}
#ftl-tagging .expert-img {
  border-radius: 50%;
  border: 2px dashed white;
}
#ftl-tagging .expert-name {
  font-size: min(22px, 3.5vw);
  color: var(--brand-light-text-on-dark-bg-color);
  font-weight: 900;
}
#ftl-tagging .expert-job {
  font-size: 15px;
  font-weight: 450;
}
#ftl-tagging .expert-description {
  margin-top: 1em;
  font-size: 13px;
  color: var(--expert-description-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#ftl-tagging .article-block {
  padding-top: 1em;
  float: left;
}
#ftl-tagging .article-date {
  color: var(--acc-ffffff-gray);
  padding-top: 1em;
}
#ftl-tagging .article-title,
#comments .article-title,
#saved-content .saved-item-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--acc-ffffff-blue-1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#ftl-tagging .article-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--acc-ffffff-gray);
  font-weight: 400;
}
#ftl-tagging .article-author {
  color: var(--acc-ffffff-gray);
  font-weight: 700 !important;
}

#ftl-tagging .author-block > span,
#ftl-tagging .author > span {
  color: var(--acc-ffffff-gray);
  font-weight: 500;
}

#ftl-tagging .article-block .media {
  display: flex;
}
#ftl-tagging .article-block .media-right {
  display: flex;
  flex-direction: column;
}
#ftl-tagging .article-block .media-right .article-title {
  margin-right: auto;
}
.article-block .media:not(:last-child) {
  border-bottom: 1px dashed var(--border-dash-color);
  padding-bottom: 15px;
}
#ftl-tagging .icon-core {
  font-weight: 400;
}
#ftl-tagging .disable-select {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
#ftl-tagging .pagination-block {
  padding: 1em 0 0;
  margin-left: -3px;
}
#ftl-tagging .pagination-block li {
  display: inline-block;
  margin: 3px;
  padding: 5px 12px;
  background-color: var(--pagination-block-background-color);
  border-radius: 5px;
}
#ftl-tagging .pagination-block li a {
  color: var(--acc-f5f5f6-gray);
}
#ftl-tagging .pagination-block li.active {
  background-color: var(--acc-f5f5f6-blue-1);
}
#ftl-tagging .pagination-block li.active a {
  color: white;
}
#ftl-tagging .pagination-block li.prev-next a {
  color: var(--acc-f5f5f6-blue-1);
}
#ftl-tagging .pagination-block li.dots {
  background-color: transparent;
  padding: 5px 0;
}
#ftl-tagging .upper-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#ftl-tagging .upper-content .img-responsive {
  max-width: 150px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
#ftl-tagging .img-not-found {
  background-color: var(--blank-img-background-color);
  border-radius: 30%;
}
#ftl-tagging .latest-assets .asset-card .asset-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: var(--acc-ffffff-blue-1);
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  #ftl-tagging .desc-block {
    width: 100%;
    flex-grow: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #ftl-tagging .latest-assets {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ftl-tagging .latest-assets .asset-card {
    flex-direction: column-reverse;
    height: unset;
    max-height: 330px;
    max-width: 265px;
    min-width: 265px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #ftl-tagging .asset-card {
    margin-bottom: 10px !important;
  }
  #ftl-tagging .latest-assets .asset-card .asset-title {
    margin-bottom: 10px;
  }
  #ftl-tagging .latest-assets .asset-card .asset-actions {
    margin-top: auto !important;
  }
  #ftl-tagging .latest-assets .asset-card-right {
    max-width: 258px;
    min-height: 200px;
  }
  #ftl-tagging .latest-assets .asset-card.trendreport .img-responsive {
    background-position: center center;
  }
  #ftl-tagging .latest-assets .asset-card.refcard .img-responsive {
    background-position: center bottom;
  }
  #ftl-tagging .latest-assets .asset-card .img-responsive {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 200px !important;
    min-height: 200px !important;
  }
  #ftl-tagging .asset-card > div:last-child {
    padding-left: 0;
  }
  #ftl-tagging .expert-card .expert-name {
    text-align: center;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #ftl-tagging .experts .expert-card:not(:first-child) {
    border-top: 1px dashed var(--expert-border-color);
    padding-top: 2em;
  }
  #ftl-tagging .upper-content .grid-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
  #ftl-tagging .leaderboard-ad {
    min-width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 479px) {
  #ftl-tagging .latest-assets .asset-card:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--accessibility-text-color);
  }
}
@media screen and (min-width: 630px) {
  #ftl-tagging .experts .expert-card:not(:first-child) {
    border-top: 0;
    padding-top: 0;
  }
  #ftl-tagging .experts .expert-card {
    min-height: 357px;
  }
  #ftl-tagging .experts .expert-card:nth-child(1)::before {
    content: '';
    border-bottom: 1px dashed var(--expert-border-color);
    position: absolute;
    left: -1.5em;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 2.75em);
  }
  #ftl-tagging .experts .expert-card:nth-child(1)::after {
    content: '';
    border-right: 1px dashed var(--expert-border-color);
    position: absolute;
    left: 0;
    right: -1.5em;
    top: -1.5em;
    bottom: 0;
    height: calc(100% + 3em);
  }
  #ftl-tagging .experts .expert-card.exp1 .media {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #ftl-tagging .experts .expert-card.exp1 .media-right {
    padding-top: 15px;
    padding-left: 0;
    max-width: min(45vw, 750px);
  }
  #ftl-tagging .experts .expert-card.exp1 .media-right .expert-description {
    -webkit-line-clamp: 6;
  }
  #ftl-tagging .experts .expert-card.exp1:nth-child(1)::before,
  #ftl-tagging .experts .expert-card.exp1:nth-child(1)::after {
    display: none;
  }
  #ftl-tagging .experts .expert-card.exp2:nth-child(1)::before {
    display: none;
  }
  #ftl-tagging .expert-card.exp3:nth-child(1)::after {
    height: calc(100% + 1.5em);
  }
  #ftl-tagging .experts .expert-card.exp3:nth-child(2)::before {
    content: '';
    border-bottom: 1px dashed var(--expert-border-color);
    position: absolute;
    left: -1.5em;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 2.75em);
  }
  #ftl-tagging .experts .expert-card:nth-child(4)::before {
    content: '';
    border-left: 1px dashed var(--expert-border-color);
    position: absolute;
    left: calc(-1.5em + 1px);
    right: 0;
    top: -1.5em;
    bottom: 0;
    height: calc(100% + 3em);
  }
  #ftl-tagging .experts .expert-card:nth-child(4)::after {
    content: '';
    border-top: 1px dashed var(--expert-border-color);
    position: absolute;
    left: -1.5em;
    right: 0;
    top: calc(-3em + 1px);
    bottom: 0;
    width: calc(100% + 3em)
  }
}
@media screen and (min-width: 1024px) {
  #ftl-tagging .desc-block {
    width: calc(100% - 282px);
    margin-right: 20px;
  }
  #ftl-tagging .latest-assets {
    width: 262px;
  }
}
@media screen and (min-width: 768px) {
  #ftl-tagging .leaderboard-ad {
    min-width: 728px;
    min-height: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #ftl-tagging .desc-block {
    min-height: 390px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #ftl-tagging .experts .expert-card .media-left,
  #ftl-tagging .experts .expert-card .media-right {
    min-width: 40vw;
    max-width: 40vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  #ftl-tagging .latest-assets .latest-assets-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ftl-tagging .latest-assets .latest-assets-container .asset-card {
    flex: 1 1 35%;
    max-width: max(265px, 35%);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #ftl-tagging .latest-assets .latest-assets-container .asset-card:nth-child(3),
  #ftl-tagging .latest-assets .latest-assets-container .asset-card:nth-child(4) {
    border-top: 1px dashed var(--accessibility-text-color);
    padding-top: 15px;
    margin-left: 10px;
  }
  #ftl-tagging .latest-assets-parent .asset-card .asset-card-right {
    max-width: unset;
    min-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #ftl-tagging .desc-block-4r {
    margin-right: 0;
  }
  #ftl-tagging .experts .expert-card .media-left,
  #ftl-tagging .experts .expert-card .media-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
  #ftl-tagging .experts .expert-card .media-right .expert-job {
    text-align: center;
  }
  #ftl-tagging .latest-assets .asset-card-left .asset-type,
  #ftl-tagging .latest-assets .asset-card-left .asset-actions {
    margin-top: 5px;
  }
  #ftl-tagging .asset-card > div:last-child {
    padding-left: 0;
  }
  #ftl-tagging .desc-block {
    margin-bottom: 20px;
  }
  #ftl-tagging .latest-assets-parent {
    flex-grow: 1;
  }
  #ftl-tagging .latest-assets-parent .asset-card {
    flex-direction: column-reverse;
    height: unset;
    max-height: 330px;
    min-width: 265px;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
  #ftl-tagging .latest-assets-parent .asset-card-right {
    max-width: 265px;
  }
  #ftl-tagging .latest-assets-parent .asset-card .img-responsive {
    max-width: 265px;
    min-width: 265px;
    max-height: 200px;
    min-height: 200px;
  }
  #ftl-tagging .asset-card > div:last-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #ftl-tagging .functions .function-item img {
    max-width: 50px;
    max-height: 50px;
  }
  #ftl-tagging .functions .function-item .fn-right .fn-title {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  #ftl-tagging .desc-block {
    max-width: calc(100% - 400px);
    height: 424px;
  }
  #ftl-tagging .desc-block-4r {
    min-height: 519px;
    height: auto;
  }
  #ftl-tagging .latest-assets {
    width: 380px;
  }
  #ftl-tagging .asset-card .asset-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #ftl-tagging .article-block:not(.col-xs-12) {
    width: calc(100% - 350px);
  }
  #ftl-tagging .sidebar-ad {
    position: sticky;
    top: 136px;
    float: right;
    min-width: 160px;
    min-height: 250px;
    margin-top: 2em;
  }
  #ftl-tagging .experts .expert-card {
    min-height: 200px;
  }
  #ftl-tagging .leaderboard-ad {
    min-width: 728px;
    min-height: 66px;
  }
}

@media screen and (max-width: 1200px) {
  #ftl-tagging .upper-content h1 {
    font-size: 26px;
  }
  #ftl-tagging .upper-content h2 {
    font-size: 22px;
  }
}

#ftl-tagging #ftl-home .container-decoration {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#ftl-tagging #ftl-home .middle-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#ftl-tagging #ftl-home .middle-container:not(.has-lg) {
  border-top: none;
}

#ftl-tagging #ftl-home .middle-container:not(.has-sm) {
  border-bottom: none;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

#ftl-tagging #ftl-home h2 {
  font-size: 28px;
}

#ftl-tagging .container-fluid.body > h2 {
  color: var(--title-color);
  font-weight: 600;
  border-bottom: 1px dashed var(--border-dash-color);
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 28px;
}

#ftl-tagging #ftl-home .container-decoration .title-container {
  position: relative;
  padding-top: 7px;
  padding-bottom: 5px;
}

#ftl-tagging .container-decoration .title-container::after,
#ftl-tagging .latest-topics-title::after {
  content: '';
  position: absolute;
  border-top: 1px dashed var(--border-dash-color);
  width: 100%;
  bottom: 0;
  left: 0;
}

#ftl-tagging #ftl-home .container-decoration.has-lg .article-container {
  padding-top: 12px;
  border-top: 1px dashed var(--border-dash-color);
}

#ftl-tagging .latest-topics-title {
  position: relative;
}

#ftl-tagging .latest-topics-title > h2 {
  font-size: 28px;
  padding-left: 0;
}

@media screen and (min-width: 920px) {
  #ftl-tagging #ftl-home .upper-resource-container::before {
    margin-top: -10px;
    height: calc(100% + 10px) !important;
  }
}

#ftl-tagging #ftl-home {
  margin-top: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

#ftl-tagging #ftl-home .lg-resource-block {
  width: 49.9%;
  max-width: 49.9%;
  color: inherit;
}

@media screen and (min-width: 700px) and (max-width: 799px) {
  #ftl-tagging #ftl-home .lg-resource-block {
    width: 49%;
    max-width: 49%;
  }
}

#ftl-tagging #ftl-home .container-decoration {
  margin-top: 0;
}

#ftl-tagging #ftl-home .container-decoration .title-container {
  padding-top: 0;
}

#ftl-tagging .zone-container {
  padding-bottom: 0;
}

#ftl-tagging .latest-articles {
  padding-top: 0;
  margin-top: 1em;
}

#ftl-tagging .no-pad {
  padding: 0;
}
#ftl-tagging .no-margin-top {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  #ftl-tagging .article-block .media {
    width: calc(100vw - 30px);
  }
  #ftl-tagging .article-block .media-right {
    max-width: calc(100% - 160px);
  }
}

@media screen and (max-width: 600px) {
  #ftl-tagging .article-block .media {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #ftl-tagging .article-block .media-left,
  #ftl-tagging .article-block .media-left img {
    width: 100%;
    height: auto;
    max-height: 47vw;
    padding-right: 0;
  }
  #ftl-tagging .article-block .media-right {
    margin-top: 5px;
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
  }
}

#ftl-tagging .article-author-tag {
  display: inline-block;
}

#ftl-tagging .article-stats {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #ftl-tagging .article-stats {
    display: block;
    margin-top: 5px;
  }
  #ftl-tagging .article-stats span:first-child {
    display: none;
  }
}