#catchup-page {
  overflow: visible;
  margin-top: -30px;
}

#catchup-page .heading {
  text-align: center;
}

#catchup-page .heading .img-logo {
  max-width: 200px;
  max-height: 70px;
  display: inline;
}

#catchup-page .heading h4 {
  font-weight: bold;
  display: inline;
}

#catchup-page .row {
  margin-right: -5px;
  margin-left: -5px;
}

#catchup-page [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}

#catchup-page [class^="col-"]:hover {
  z-index: 9;
}

#catchup-page .item-catchup {
  background-color: #222;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.2s ease-in-out;
}

#catchup-page .item-catchup:hover {
  transform: scale(1.3);
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  #catchup-page .item-catchup:hover {
    transform: none !important;
    position: unset;
  }
}

#catchup-page .item-catchup .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

#catchup-page .item-catchup .img-catchup {
  border-radius: 3px;
}

#catchup-page .item-catchup .content {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: unset;
  padding-right: unset;
  display: none;
}

#catchup-page .item-catchup:hover .img-catchup {
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

@media screen and (max-width: 991px) {
  #catchup-page .item-catchup:hover .img-catchup {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

#catchup-page .item-catchup:hover .content {
  display: block;
  text-align: left;
}

@media screen and (max-width: 991px) {
  #catchup-page .item-catchup:hover .content {
    display: none;
  }
}

#catchup-page .item-catchup .content .group-buttons {
  display: inline-flex;
  width: 100%;
}

#catchup-page .item-catchup .content .btn-watch {
  background-color: #009999;
  color: white;
  font-size: 9px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  width: 80%;
  margin-right: 5px;
  margin-top: unset;
  margin-bottom: unset;
  min-height: unset;
}

#catchup-page .item-catchup .content .btn-watch i {
  margin-right: 5px;
  margin-top: -1px;
}

#catchup-page .item-catchup .content .btn-more {
  background-color: #555;
  color: white;
  font-size: 9px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  width: 20%;
  margin: unset;
  min-height: unset;
}

#catchup-page .item-catchup .content .btn-more i {
  margin-top: -1px;
}

#catchup-page .item-catchup .content p {
  padding: 0;
  margin: 0;
}

#catchup-page .item-catchup .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  margin-top: 10px;
}

#catchup-page .item-catchup .content .metadata {
  margin-bottom: 5px;
}

#catchup-page .item-catchup .content .metadata p {
  display: inline;
  font-size: 9px;
  padding-right: 5px;
  border-right: solid white 1px;
}

#catchup-page .item-catchup .content .metadata p:last-child {
  border-right: 0;
}

#catchup-page .item-catchup .content .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 8px;
}

.pr-0 {
  padding-right: 0 !important;
}

/* Empty Catchup */
#catchup-page .empty-catchup h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

#catchup-page .empty-catchup p {
  margin-bottom: 40px;
}
