.mw-tribunaVideos {
  grid-column: span 8;
  grid-row: span 3;
  background-color: #19191c;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 20px;
  max-width: 1200px;
}

.splide-video-mobile {
  display: none;
}

.videoCarousel {
  width: 100%;
  margin: 0 auto;
  height: 290px;
  padding: 0 20px;
}

.videoCarousel .splide__pagination__page.is-active {
  background-color: #00529e;
}

.videoCarousel .splide__pagination__page {
  height: 6px;
  width: 35px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  margin: 0 10px;
}

.videoCarousel .splide__pagination {
  bottom: -40px;
  left: 0;
  padding: 0 1em;
  align-items: start;
  position: absolute;
  right: 0;
  z-index: 1;
}

.videoCarousel .splide__track {
  width: 100%;
}

.videoCarousel .splide__slide {
  height: 100%;
}

.mw-videos-header {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 40px 20px 10px;
  align-items: center;
}

.mw-videos-header h3 {
  color: #fff;
  font-family: "NunitoSans-Black";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

#videoLightBox {
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 100;
  justify-content: center;
  align-items: center;
}

#videoLightBox div.video {
  display: flex;
  overflow: hidden;
  width: 900px;
  height: 600px;
}

#videoLightBox iframe,
#videoLightBox video {
  flex: 1 1 auto;
}

#storiesFrame {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#storiesFrame iframe {
  width: 100%;
  height: 100%;
}

.controls {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all 1s ease;
}

.controls button {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.controls button p {
  margin-left: 20px;
  text-align: left;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Nunito-bold";
}

.mw-video-gallery {
  height: 600px;
  width: 1045px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 35px 0 35px;
}

.mw-video-gallery-head {
  height: 124px;
  width: 100%;
  display: flex;
  align-items: center;
}

.mw-video-gallery-body {
  height: 100%;
  width: 100%;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}


.mw-video-gallery-body-left {
  height: 100%;
  width: 58%;
  position: relative;
}

.mw-video-left-lg {
  height: 100%;
  width: 100%;
  position: relative;
}

.mw-video-left-lg img {
  transition: 0.3s;
}

.mw-video-left-lg img:hover {
  transform: scale(1.01);
  filter: brightness(110%);
}

.mw-video-left-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000000d4);
}

.mw-h3-video-title {
  font-family: "Nunito-semi", sans-serif;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
}

.mw-video-left-lg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-video-gallery-body-right {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mw-video-gallery-right-top,
.mw-video-gallery-right-bottom {
  height: 100%;
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.mw-video-card:not(.large) {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.mw-video-card:last-child {
  visibility: hidden;
}

.tv-section {
  width: 100%;
  height: 180px;
  position: relative;
  margin-top: 35px;
  padding-bottom: 15px;
}

.splideTv {
  height: 100%;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.splideTv .splide__slide {
  height: 100% !important;
  width: 100% !important;
  max-width: 346px;;
}

.splideTv .splide__pagination {
  display: none;
}

.splideTv .splide__list {
  width: 100%;
  display: flex !important;
  gap: 20px;
  align-items: center;
}

.splideTv .splide__track {
  width: 93%;
}

.splideTv .splide__arrow--prev {
  left: 1.1em;
}

.splideTv .splide__arrow--next {
  right: 1.1em;
}

.splideTv .splide__arrow {
  background: transparent !important;
}

.splideTv .splide__arrow svg {
  fill: #fff;
  height: 5.2em;
  width: 5.2em;
}

.tv-card {
  height: 160px;
  background: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.tv-card a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.tv-card a img {
  width: 100% !important;
  object-fit: contain !important;
}

.mw-video-card-video img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.mw-video-card-video img::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #000, transparent);
  content: '';
  border-radius: 20px;
}

.mw-video-card.large {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.mw-video-card-video img {
  transition: 0.3s;
}

.mw-video-card-video img:hover {
  transform: scale(1.01);
  filter: brightness(110%);
}

.mw-video-card a div:nth-child(1) {
  width: 100%;
  height: 100%;
}

.mw-video-card a div img {
  width: 100%;
  height: 100%;
}

.mw-video-card-info {
  position: absolute;
  padding: 15px;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000000d4);
  border-radius: 9px;
  width: 100%;
}

.mw-video-card-info-play {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 15px;
  bottom: 0;
}

#videos-tribuna-mobile {
  display: none;
}

.mw-h5-video-title {
  font-family: "NunitoSans-Bold";
  font-size: 20px;
  color: #fff;
}

.mw-video-gallery-pages {
  height: 117px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:1024px) {
  .splideTv {
    padding: 0 20px;
  }
  .mw-video-card-video {
    width: 100%;
    height: 100%;
  }

  .splideTv .splide__slide {
    height: 100% !important;
    width: 118px !important;
  }

  .tv-card {
    width: 100%;
    height: 110px;
  }

  .mw-videos-header {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px 20px 0px 20px;
    align-items: center;
  }

  .mw-video-gallery-right-top,
  .mw-video-gallery-right-bottom {
    height: 100%;
    width: 100%;
  }

  .videoCarousel .splide__pagination {
    bottom: -40px;
  }

  .mw-tribunaVideos {
    grid-column: span 2;
    grid-row: span 3;
    padding: 20px 0;
  }

  .videoCarousel {
    width: 100%;
    margin: 0 auto;
    height: auto !important;
  }

  .mw-video-gallery-body {
    flex-direction: column;
  }

  .mw-video-gallery-body-left {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .mw-video-gallery-body-right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #videoLightBox div.video {
    display: flex;
    width: 100%;
    height: 40%;
    margin-left: unset;
    margin-right: unset;
  }

  .tv-section {
    height: 115px;
    margin-top: 40px;
  }

  .splideTv .splide__list {
    width: 100%;
    display: flex !important;
    gap: 26px;
    align-items: center;
  }

  .mw-video-card-info .mw-h5-video-title {
    display: none;
  }

  .splide__arrows {
    position: absolute;
    width: 100%;
    top: 30%;
    bottom: 63px;
    display: none;
  }

  .splideTv .splide__arrow--prev {
    left: 0.1em;
  }

  .splideTv .splide__arrow--next {
    right: 0.1em;
  }
}
.mw-videos-header img{
  height: 30px;
  width: 30px;
}

@media (max-width:500px) {

  #videos-tribuna-mobile {
    display: unset;
  }

  #videos-tribuna-desktop {
    display: none;
  }

  .videoCarousel .splide__pagination__page {
    width: 15px;
  }

.mw-video-gallery-right-top,
.mw-video-gallery-right-bottom {
  grid-template-columns: 1fr;
}

}