﻿.video-card-ccf {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.75);
  margin: 15px 0;
}
.video-card-ccf .video-preview-ccf .card-short-title {
  position: absolute;
  overflow: hidden;
  display: flex;
  max-height: 72px;
  margin: 10px;
  z-index: 2;
  bottom: 0;
}
.video-card-ccf .video-preview-ccf .card-short-title h3 {
  font-family: 'CircularStd_Bold';
  line-height: 24px;
  transition: 0.5s;
  font-size: 18px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.video-card-ccf .card-bottom {
  justify-content: space-between;
  padding: 15px 7.5px 0;
  align-items: center;
  display: flex;
}
.video-card-ccf .card-bottom div {
  margin-right: 5px;
}
.video-card-ccf .card-bottom div small {
  font-family: 'CircularStd_Bold';
  word-break: break-all;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.video-card-ccf .card-bottom div time {
  word-break: break-all;
  line-height: 12px;
  overflow: hidden;
  font-size: 12px;
  height: 12px;
}
.video-card-ccf .card-bottom img {
  max-height: 36px;
  max-width: 60px;
  flex-shrink: 0;
}
.big-card-gc {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0;
}
.big-card-gc .image-box {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 80%);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.big-card-gc .image-box::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.big-card-gc .image-box img {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.big-card-gc .card-content {
  color: #222B45;
  color: var(--Concacaf_black);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  height: 100%;
}
.big-card-gc .card-content time {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'CircularStd_Bold';
  display: inline-block;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
}
.big-card-gc .card-content time span {
  font-family: 'CircularStd_Book';
}
.big-card-gc .card-content time .gold {
  color: #FFCB4F;
  color: var(--Concacaf_Gold_Cup);
}
.big-card-gc .card-content h3 {
  font-family: 'FFBasicGothic_Bold';
  margin-bottom: 5px;
  line-height: 24px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 22px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.big-card-gc .card-content p {
  margin-bottom: 15px;
  line-height: 20px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 160px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.big-card-gc .card-content .card-bottom {
  justify-content: space-between;
  display: flex;
}
.big-card-gc .card-content .card-bottom small {
  color: #222B45;
  color: var(--Concacaf_black);
  margin-right: 5px;
  line-height: 16px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 12px;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.big-card-gc .card-content .card-bottom .read-more {
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: auto;
  line-height: 16px;
  transition: 0.5s;
  font-size: 12px;
  color: #8F9BB3;
  flex-shrink: 0;
  padding: 0;
}
.big-card-gc .card-content .card-bottom .read-more i {
  color: #D8B97D;
  color: var(--Concacaf_gold);
  transition: margin 0.5s;
  margin-right: 5px;
  font-size: 8px;
  margin-left: 0;
}
.big-card-gc:hover .image-box img {
  transform: scale(1.2);
}
.big-card-gc:hover .card-bottom .read-more {
  color: #222B45;
  color: var(--Concacaf_black);
}
.big-card-gc:hover .card-bottom .read-more i {
  margin-left: 5px;
  margin-right: 0;
}
.basic-card-gc {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0;
}
.basic-card-gc .image-box {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 80%);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.basic-card-gc .image-box::before {
  padding-top: 75%;
  display: block;
  content: "";
}
.basic-card-gc .image-box img {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.basic-card-gc .card-content {
  padding: 10px 7.5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.basic-card-gc .card-content time {
  color: #222B45;
  color: var(--Concacaf_black);
  line-height: 16px;
  overflow: hidden;
  font-size: 12px;
  height: 16px;
}
.basic-card-gc .card-content h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'FFBasicGothic_Bold';
  line-height: 22px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 18px;
  height: 88px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.basic-card-gc .card-bottom {
  justify-content: space-between;
  border-top: 1px solid #EDF1F7;
  align-items: baseline;
  padding: 10px 7.5px 0;
  display: flex;
}
.basic-card-gc .card-bottom small {
  color: #222B45;
  color: var(--Concacaf_black);
  margin-right: 5px;
  line-height: 16px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 12px;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.basic-card-gc .card-bottom .read-more {
  text-transform: capitalize;
  display: inline-block;
  line-height: 16px;
  transition: 0.5s;
  font-size: 12px;
  color: #8F9BB3;
  flex-shrink: 0;
}
.basic-card-gc .card-bottom .read-more i {
  color: #D8B97D;
  color: var(--Concacaf_gold);
  transition: margin 0.5s;
  margin-right: 5px;
  font-size: 8px;
  margin-left: 0;
}
.basic-card-gc:hover .image-box img {
  transform: scale(1.2);
}
.basic-card-gc:hover .read-more {
  color: #222B45;
  color: var(--Concacaf_black);
}
.basic-card-gc:hover .read-more i {
  margin-left: 5px;
  margin-right: 0;
}
.mobile-card-gc {
  display: inline-block;
  position: relative;
  margin: 7.5px 0;
  width: 100%;
}
.mobile-card-gc .card {
  background-color: transparent;
  height: 127px;
  border: none;
}
.mobile-card-gc .card img {
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 127px;
  width: 100%;
}
.mobile-card-gc .card figure {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 80%);
  border-radius: 3px;
  transition: 0.5s;
  height: 127px;
  width: 100%;
  margin: 0;
}
.mobile-card-gc .card .card-content {
  padding: 15px !important;
  width: 240px;
}
.mobile-card-gc .card .card-content time {
  color: #222B45;
  color: var(--Concacaf_black);
  line-height: 12px;
  overflow: hidden;
  font-size: 12px;
  height: 12px;
  opacity: 0.4;
}
.mobile-card-gc .card .card-content h3 {
  font-family: 'FFBasicGothic_Bold';
  line-height: 18px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 72px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.video-card-gc {
  color: #222B45;
  color: var(--Concacaf_black);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0;
}
.video-card-gc .row {
  position: relative;
}
.video-card-gc .card-content {
  padding: 10px 7.5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.video-card-gc .card-content time {
  line-height: 16px;
  overflow: hidden;
  font-size: 12px;
  height: 16px;
}
.video-card-gc .card-content h3 {
  font-family: 'FFBasicGothic_Bold';
  line-height: 22px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 18px;
  height: 88px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.video-card-gc .card-bottom {
  justify-content: space-between;
  border-top: 1px solid #EDF1F7;
  align-items: baseline;
  padding: 10px 7.5px 0;
}
.video-card-gc .card-bottom small {
  line-height: 16px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 12px;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.video-card-gc .total-views {
  margin-left: 10px;
  line-height: 16px;
  font-size: 12px;
  flex-shrink: 0;
}
.top-tag-card-gc {
  border-bottom: 1px solid rgba(216, 186, 125, 0.2);
  margin: 10px auto;
}
.top-tag-card-gc .card-details {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
}
.top-tag-card-gc .card-details time {
  font-family: 'CircularStd_Bold';
}
.top-tag-card-gc .card-details span {
  color: #FFCB4F;
  color: var(--Concacaf_Gold_Cup);
}
.top-tag-card-gc .card-content {
  color: #222B45;
  color: var(--Concacaf_black);
  display: inline-block;
  margin-right: 10px;
  transition: 0.5s;
  padding: 10px 0;
  margin-left: 0;
}
.top-tag-card-gc .card-content h3 {
  font-family: 'FFBasicGothic_Bold';
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  font-size: 22px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.top-tag-card-gc .card-content p {
  line-height: 20px;
  margin: 10px 0 0;
  font-size: 15px;
  overflow: hidden;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.top-tag-card-gc .card-content:hover {
  margin-left: 10px;
  margin-right: 0;
}
.card-compact-ccf {
  margin: 7.5px auto;
}
.card-compact-ccf .comp-logo {
  object-fit: contain;
  max-width: 100px;
  padding: 0 7.5px;
  height: 32px;
  width: 100%;
}
.card-compact-ccf .card-img-box {
  flex-direction: column;
  display: flex;
}
.card-compact-ccf .card-img-box .card-main-img {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  border-radius: 3px;
  overflow: hidden;
  height: 60px;
  width: 100%;
}
.card-compact-ccf .card-img-box .card-main-img img {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.card-compact-ccf .card-info {
  padding-left: 5px;
}
.card-compact-ccf .card-info h3 {
  font-family: 'CircularStd_Bold';
  margin-bottom: 5px;
  line-height: 20px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.card-compact-ccf .card-info time {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.2px;
  align-items: center;
  line-height: 16px;
  overflow: hidden;
  font-size: 12px;
  display: flex;
  height: 32px;
}
.card-compact-ccf:hover .card-main-img img {
  transform: scale(1.2);
}
.card-compact-gc {
  margin: 7.5px auto;
  display: block;
}
.card-compact-gc time {
  color: #00133F;
  color: var(--GoldCup_smooth_navy);
  line-height: 24px;
  font-size: 13px;
  opacity: 0.4;
}
.card-compact-gc .article-img {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
}
.card-compact-gc .article-img img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.card-compact-gc h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'CircularStd_Bold';
  line-height: 20px;
  margin-bottom: 0;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.card-compact-gc:hover .article-img img {
  transform: scale(1.2);
}
.simple-card-ccf {
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  margin: 7.5px auto;
  width: 100%;
}
.simple-card-ccf figure {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  height: 48px;
  width: 48px;
  margin: 0;
}
.simple-card-ccf figure img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.simple-card-ccf figure.video-look .img-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80%);
  position: absolute;
  transition: 0.5s;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.simple-card-ccf figure.video-look::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 16px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.simple-card-ccf h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'CircularStd_Bold';
  line-height: 21px;
  transition: 0.5s;
  overflow: hidden;
  max-height: 42px;
  font-size: 17px;
  margin: 0 5px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.simple-card-ccf .time-detail {
  color: #222B45;
  color: var(--Concacaf_black);
  align-items: center;
  line-height: 16px;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
}
.simple-card-ccf .time-detail time {
  display: inline-block;
  margin: 0 7.5px;
  opacity: 0.4;
}
.simple-card-ccf .time-detail .fav-detail i {
  color: #F63F45;
}
.simple-card-ccf .time-detail .fav-detail span {
  opacity: 0.4;
}
.simple-card-ccf:hover figure img {
  transform: scale(1.2);
}
.simple-card-gc {
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  margin: 7.5px auto;
  width: 100%;
}
.simple-card-gc figure {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  height: 48px;
  width: 48px;
  margin: 0;
}
.simple-card-gc figure img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.simple-card-gc figure.video-look .img-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80%);
  position: absolute;
  transition: 0.5s;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.simple-card-gc figure.video-look::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 16px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.simple-card-gc h3 {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'FFBasicGothic_Bold';
  line-height: 21px;
  transition: 0.5s;
  overflow: hidden;
  max-height: 42px;
  font-size: 17px;
  margin: 0 5px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.simple-card-gc .time-detail {
  color: #0B141E;
  color: var(--GoldCup_navy);
  align-items: center;
  line-height: 16px;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
}
.simple-card-gc .time-detail time {
  display: inline-block;
  margin: 0 7.5px;
  opacity: 0.4;
}
.simple-card-gc .time-detail .fav-detail i {
  color: #F63F45;
}
.simple-card-gc .time-detail .fav-detail span {
  opacity: 0.4;
}
.simple-card-gc:hover figure img {
  transform: scale(1.2);
}
.plain-card-ccf {
  display: inline-flex;
  align-items: center;
  margin: 7.5px auto;
  width: 100%;
}
.plain-card-ccf figure {
  position: relative;
  border-radius: 3px;
  margin: 0 5px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  height: 62px;
  width: 62px;
}
.plain-card-ccf figure img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.plain-card-ccf figure.video-look .img-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80%);
  position: absolute;
  transition: 0.5s;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.plain-card-ccf figure.video-look::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 16px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.plain-card-ccf h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'CircularStd_Bold';
  line-height: 21px;
  transition: 0.5s;
  overflow: hidden;
  max-height: 42px;
  font-size: 17px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.plain-card-ccf time {
  color: #222B45;
  color: var(--Concacaf_black);
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  flex-shrink: 0;
  opacity: 0.4;
}
.plain-card-ccf:hover figure img {
  transform: scale(1.2);
}
.plain-card-gc {
  display: inline-flex;
  align-items: center;
  margin: 7.5px auto;
  width: 100%;
}
.plain-card-gc figure {
  position: relative;
  border-radius: 3px;
  margin: 0 5px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  height: 62px;
  width: 62px;
}
.plain-card-gc figure img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.plain-card-gc figure.video-look .img-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80%);
  position: absolute;
  transition: 0.5s;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.plain-card-gc figure.video-look::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 16px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.plain-card-gc h3 {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'FFBasicGothic_Bold';
  line-height: 21px;
  transition: 0.5s;
  overflow: hidden;
  max-height: 42px;
  font-size: 17px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.plain-card-gc time {
  color: #0B141E;
  color: var(--GoldCup_navy);
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  flex-shrink: 0;
  opacity: 0.4;
}
.plain-card-gc:hover figure img {
  transform: scale(1.2);
}
.full-card-gc {
  color: #222B45;
  color: var(--Concacaf_black);
  display: inline-flex;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
}
.full-card-gc .card-image {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  min-height: 120px;
  max-width: 200px;
  min-width: 150px;
  overflow: hidden;
  margin: auto;
  width: 25%;
}
.full-card-gc .card-image::before {
  padding-top: 80%;
  display: block;
  content: "";
}
.full-card-gc .card-image.video::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 50px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.full-card-gc .card-image img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.full-card-gc .card-body {
  padding: 0 0 0 20px;
  width: 75%;
}
.full-card-gc .card-body time {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'CircularStd_Bold';
  display: inline-block;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  opacity: 0.8;
}
.full-card-gc .card-body time span {
  font-family: 'CircularStd_Book';
}
.full-card-gc .card-body time .gold {
  color: #FFCB4F;
  color: var(--Concacaf_Gold_Cup);
}
.full-card-gc .card-body h3 {
  font-family: 'FFBasicGothic_Bold';
  margin-bottom: 5px;
  line-height: 24px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 22px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.full-card-gc .card-body p {
  line-height: 20px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 60px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.full-card-gc:not(:last-child)::after {
  background-color: rgba(216, 186, 125, 0.2);
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 100%;
  content: "";
}
.full-card-gc:hover {
  color: inherit;
}
.full-card-gc:hover .card-image img {
  transform: scale(1.2);
}
.full-video-card-gc {
  color: #222B45;
  color: var(--Concacaf_black);
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
}
.full-video-card-gc .video-preview-gc {
  width: 25%;
}
.full-video-card-gc .video-preview-gc::before {
  padding-top: 75%;
}
.full-video-card-gc .card-body {
  padding: 0 0 0 15px;
  width: 75%;
}
.full-video-card-gc .card-body time {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'CircularStd_Bold';
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  opacity: 0.8;
}
.full-video-card-gc .card-body time span {
  font-family: 'CircularStd_Book';
}
.full-video-card-gc .card-body time .gold {
  color: #FFCB4F;
  color: var(--Concacaf_Gold_Cup);
}
.full-video-card-gc .card-body h3 {
  font-family: 'FFBasicGothic_Bold';
  margin-bottom: 5px;
  line-height: 24px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 22px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.full-video-card-gc .card-body p {
  line-height: 20px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 60px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.full-video-card-gc .card-body small {
  line-height: 16px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 12px;
  height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.full-video-card-gc:not(:last-child)::after {
  background-color: rgba(216, 186, 125, 0.2);
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 100%;
  content: "";
}
.latest-simple-card-gc {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  width: 100%;
}
.latest-simple-card-gc time {
  color: #00133F;
  color: var(--GoldCup_smooth_navy);
  font-family: 'CircularStd_Bold';
  display: inline-block;
  letter-spacing: 0.2px;
  line-height: 20px;
  overflow: hidden;
  font-size: 13px;
  height: 20px;
  opacity: 0.4;
}
.latest-simple-card-gc time .dark-gold {
  color: #BE7A0B;
  color: var(--GoldCup_gold);
}
.latest-simple-card-gc h3 {
  color: #0B141E;
  color: var(--GoldCup_navy);
  font-family: 'FFBasicGothic_Bold';
  margin-bottom: 15px;
  line-height: 24px;
  overflow: hidden;
  font-size: 18px;
}
.latest-simple-card-gc .card-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.latest-simple-card-gc .card-bottom .read-more {
  text-transform: capitalize;
  display: inline-block;
  line-height: 16px;
  transition: 0.5s;
  font-size: 12px;
  color: #8F9BB3;
  flex-shrink: 0;
  padding: 0;
}
.latest-simple-card-gc .card-bottom .read-more i {
  color: #D8B97D;
  color: var(--Concacaf_gold);
  transition: margin 0.5s;
  margin-right: 5px;
  font-size: 8px;
  margin-left: 0;
}
.latest-simple-card-gc .card-bottom .card-icons {
  color: #222B45;
  color: var(--Concacaf_black);
  font-size: 10px;
  display: flex;
}
.latest-simple-card-gc .card-bottom .card-icons i {
  margin-left: 10px;
}
.latest-simple-card-gc .card-bottom .card-icons i.icon-heart {
  color: #F63F45;
}
.latest-simple-card-gc .card-bottom .card-icons i.icon-messages {
  color: #ACACAC;
}
.latest-simple-card-gc::after {
  background-color: rgba(36, 37, 41, 0.1);
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 100%;
  content: "";
}
.latest-simple-card-gc:hover .card-bottom .read-more {
  color: #222B45;
  color: var(--Concacaf_black);
}
.latest-simple-card-gc:hover .card-bottom .read-more i {
  margin-left: 5px;
  margin-right: 0;
}
.vertical-card-ccf {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin: 15px 0;
  width: 100%;
}
.vertical-card-ccf a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.vertical-card-ccf a .image-box {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.vertical-card-ccf a .image-box:before {
  padding-top: 75%;
  display: block;
  content: "";
}
.vertical-card-ccf a .image-box .article-img {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.vertical-card-ccf a .card-body {
  border-bottom: 1px solid rgba(36, 37, 41, 0.1);
  padding: 5px 7.5px;
}
.vertical-card-ccf a .card-body h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'CircularStd_Bold';
  margin-bottom: 5px;
  line-height: 24px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 17px;
  height: 72px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.vertical-card-ccf a .card-body p {
  color: #222B45;
  color: var(--Concacaf_black);
  line-height: 20px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 100px;
  opacity: 0.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.vertical-card-ccf a:hover .image-box .article-img {
  transform: scale(1.2);
}
.vertical-card-ccf .card-bottom {
  flex-direction: column;
  padding: 5px 7.5px;
  display: flex;
  color: #000;
}
.vertical-card-ccf .card-bottom small {
  font-family: 'CircularStd_Bold';
  letter-spacing: 0.18px;
  word-break: break-all;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.vertical-card-ccf .card-bottom time {
  letter-spacing: 0.18px;
  word-break: break-all;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.vertical-card-ccf.simple a .card-body h3 {
  margin-bottom: 0;
  height: 120px;
  -webkit-line-clamp: 5;
}
.vertical-card-ccf.simple a .card-body p {
  display: none;
}
.vertical-card-ccf.card-statement a .card-body .badge-box {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  margin: 5px 0;
  width: 100%;
}
.vertical-card-ccf.card-statement a .card-body .badge-box:before {
  padding-top: 75%;
  display: block;
  content: "";
}
.vertical-card-ccf.card-statement a .card-body .badge-box .badge-lbl {
  font-family: 'CircularStd_Bold';
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.3px;
  padding: 7.5px 10px;
  margin-bottom: 15px;
  border-radius: 3px;
  position: absolute;
  line-height: 12px;
  font-size: 9px;
  color: #fff;
  left: 0;
  top: 0;
}
.vertical-card-ccf.card-statement .card-bottom {
  margin-right: 80px;
}
.vertical-card-ccf .smudge-img {
  position: absolute;
  height: 70px;
  width: 89px;
  bottom: 0;
  right: 0;
}
.horizontal-card-ccf {
  display: inline-block;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  width: 100%;
}
.horizontal-card-ccf .image-box {
  position: relative;
  border-radius: 3px;
  min-height: 170px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.horizontal-card-ccf .image-box .article-img {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.horizontal-card-ccf .image-box.video::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 50px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.horizontal-card-ccf .card-body {
  border-bottom: 1px solid rgba(36, 37, 41, 0.1);
  padding: 15px 7.5px;
}
.horizontal-card-ccf .card-body h3 {
  color: #222B45;
  color: var(--Concacaf_black);
  font-family: 'CircularStd_Bold';
  margin-bottom: 5px;
  line-height: 24px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 17px;
  height: 72px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.horizontal-card-ccf .card-body p {
  color: #222B45;
  color: var(--Concacaf_black);
  line-height: 20px;
  transition: 0.5s;
  overflow: hidden;
  font-size: 15px;
  height: 100px;
  opacity: 0.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.horizontal-card-ccf .card-bottom {
  flex-direction: column;
  padding: 5px 7.5px;
  display: flex;
  color: #000;
}
.horizontal-card-ccf .card-bottom small {
  font-family: 'CircularStd_Bold';
  letter-spacing: 0.18px;
  word-break: break-all;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.horizontal-card-ccf .card-bottom time {
  letter-spacing: 0.18px;
  word-break: break-all;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  height: 18px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.horizontal-card-ccf:hover .image-box .article-img {
  transform: scale(1.2);
}
.horizontal-card-ccf.simple .card-body h3 {
  margin-bottom: 0;
  height: 96px;
  -webkit-line-clamp: 4;
}
.horizontal-card-ccf.simple .card-body p {
  display: none;
}
.horizontal-card-ccf.card-statement::after {
  background-image: url('assets/svg/card_6.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  filter: invert(1);
  opacity: 0.1;
  height: 100%;
  content: "";
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.horizontal-card-ccf.card-statement .card-body h3 {
  height: 48px;
  -webkit-line-clamp: 2;
}
.horizontal-card-ccf.card-statement .card-body p {
  height: 80px;
  -webkit-line-clamp: 4;
}
.horizontal-card-ccf.card-statement .card-body .badge-lbl {
  font-family: 'CircularStd_Bold';
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.3px;
  padding: 7.5px 10px;
  margin-bottom: 15px;
  border-radius: 3px;
  line-height: 12px;
  font-size: 9px;
  color: #fff;
}
.horizontal-card-ccf.card-statement .card-bottom {
  margin-right: 80px;
}
.horizontal-card-ccf.card-statement.simple .card-body h3 {
  height: 72px;
  -webkit-line-clamp: 3;
}
.horizontal-card-ccf.card-statement.simple .card-body .badge-lbl {
  margin-bottom: 0px;
  line-height: 9px;
  padding: 5px;
}
.horizontal-card-ccf .smudge-img {
  position: absolute;
  height: 70px;
  width: 89px;
  bottom: 0;
  right: 0;
}
.video-preview-ccf {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.video-preview-ccf::before {
  padding-top: 150%;
  display: block;
  content: "";
}
.video-preview-ccf::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 50px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.video-preview-ccf:hover img {
  transform: scale(1.2);
}
.video-preview-ccf:hover .img-overlay {
  opacity: 1;
}
.video-preview-ccf img,
.video-preview-ccf figure {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.video-preview-ccf .duration {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  font-family: 'CircularStd_Medium';
  letter-spacing: 0.4px;
  position: absolute;
  border-radius: 3px;
  line-height: 20px;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  right: 10px;
  z-index: 2;
  top: 10px;
}
.video-preview-ccf .img-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80%);
  position: absolute;
  transition: 0.5s;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.video-preview-gc {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  min-height: 85px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.video-preview-gc::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-preview-gc::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  /*TODO Substituir por ícone correto*/
  content: '\e828';
  font-size: 40px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.video-preview-gc:hover img {
  transform: scale(1.2);
}
.video-preview-gc:hover .img-overlay {
  opacity: 0.3;
}
.video-preview-gc img,
.video-preview-gc figure {
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.video-preview-gc figure {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 80%);
}
.video-preview-gc .duration {
  background-color: #0B141E;
  letter-spacing: 0.4px;
  position: absolute;
  border-radius: 3px;
  line-height: 20px;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  right: 10px;
  z-index: 2;
  top: 10px;
}
.video-preview-gc .img-overlay {
  background-color: #000;
  position: absolute;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.card-highlighted,
.card-statement {
  background-repeat: no-repeat;
  background-size: cover;
}
.card-highlighted:not(.invert) .card-body,
.card-statement:not(.invert) .card-body {
  border-color: #fff !important;
}
.card-highlighted:not(.invert) .card-body h3,
.card-statement:not(.invert) .card-body h3,
.card-highlighted:not(.invert) .card-body p,
.card-statement:not(.invert) .card-body p {
  color: #fff !important;
}
.card-highlighted:not(.invert) .card-bottom,
.card-statement:not(.invert) .card-bottom {
  color: #fff !important;
}
/*   MEDIA QUERIES   */
@media (max-width: 1199.98px) {
  .big-card-gc img,
  .big-card-gc figure {
    height: 264px;
  }
  .big-card-gc .card-content p {
    height: 120px;
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 991.98px) {
  .video-card-gc .card-content {
    padding: 7.5px;
  }
  .video-card-gc .card-content h3 {
    line-height: 18px;
    font-size: 15px;
    height: 72px;
  }
  .video-card-gc .card-bottom {
    padding: 7.5px 7.5px 0;
  }
  .video-preview-ccf::after {
    font-size: 40px;
  }
  .video-preview-gc::after {
    font-size: 30px;
  }
  .video-preview-gc .duration {
    line-height: 18px;
    font-size: 12px;
    padding: 0 5px;
    right: 5px;
    top: 5px;
  }
  .card-compact-ccf .card-img-box .card-main-img {
    margin-bottom: 0;
    height: 97px;
  }
  .card-compact-ccf .comp-logo {
    margin-left: 10px;
    width: auto;
    padding: 0;
  }
  .full-video-card-gc {
    margin: 10px 0;
  }
  .full-video-card-gc .card-body {
    padding: 0 0 0 7.5px;
  }
  .full-video-card-gc .card-body h3 {
    line-height: 22px;
    font-size: 20px;
    height: 44px;
  }
  .full-video-card-gc .card-body p {
    line-height: 17px;
    font-size: 13px;
    height: 51px;
  }
  .full-video-card-gc:not(:last-child)::after {
    bottom: -10px;
  }
}
@media (max-width: 767.98px) {
  .video-card-ccf .video-preview-ccf .card-short-title {
    max-height: 54px;
  }
  .video-card-ccf .video-preview-ccf .card-short-title h3 {
    line-height: 18px;
    font-size: 14px;
  }
  .video-card-gc {
    margin: 7.5px 0;
  }
  .video-card-gc .col-4.col-md-12 {
    padding-right: 0;
  }
  .video-card-gc .col-8.col-md-12 {
    padding-left: 0;
  }
  .video-card-gc .col-8.col-md-12 .card-content {
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 0 7.5px;
    display: flex;
  }
  .top-tag-card-gc .card-content h3 {
    max-height: 72px;
    -webkit-line-clamp: 3;
  }
  .top-tag-card-gc .card-content p {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .video-card-ccf {
    margin: 7.5px 0;
  }
  .top-tag-card-gc .card-content {
    padding: 7.5px 0;
  }
  .top-tag-card-gc .card-content h3 {
    line-height: 18px;
    max-height: none;
    font-size: 15px;
  }
  .simple-card-ccf .time-detail {
    flex-direction: column;
  }
  .simple-card-ccf .time-detail time {
    margin: 0;
  }
  .simple-card-gc .time-detail {
    flex-direction: column;
  }
  .simple-card-gc .time-detail time {
    margin: 0;
  }
  .full-card-gc {
    margin: 15px 0;
  }
  .full-card-gc .card-image {
    min-width: 100px;
  }
  .full-card-gc .card-body {
    padding: 0 0 0 10px;
  }
  .full-card-gc .card-body time {
    line-height: 14px;
    font-size: 11px;
    height: 14px;
    margin: 0;
  }
  .full-card-gc .card-body h3 {
    line-height: 20px;
    font-size: 18px;
    height: 40px;
  }
  .full-card-gc .card-body p {
    line-height: 18px;
    font-size: 14px;
    height: 54px;
  }
  .full-card-gc:not(:last-child)::after {
    bottom: -15px;
  }
}
@media (max-width: 425.98px) {
  .mobile-card-gc .card {
    height: calc(33.3333vw - 10px);
  }
  .mobile-card-gc .card img,
  .mobile-card-gc .card figure {
    height: calc(33.3333vw - 10px);
  }
  .mobile-card-gc .card .card-content {
    padding: 7.5px !important;
  }
  .mobile-card-gc .card .card-content h3 {
    height: 54px;
    -webkit-line-clamp: 3;
  }
  .video-card-gc .col-8.col-md-12 .card-content h3 {
    height: 54px;
    -webkit-line-clamp: 3;
  }
  .video-preview-ccf::after {
    font-size: 30px;
  }
  .video-preview-ccf .duration {
    line-height: 18px;
    font-size: 12px;
    padding: 0 5px;
  }
  .simple-card-ccf h3 {
    font-size: 15px;
  }
  .simple-card-gc h3 {
    font-size: 15px;
  }
  .plain-card-ccf h3 {
    font-size: 15px;
  }
  .plain-card-gc h3 {
    font-size: 15px;
  }
}
@media (max-width: 320.98px) {
  .video-card-gc .col-8.col-md-12 .card-content h3 {
    height: 36px;
    -webkit-line-clamp: 2;
  }
}