section.ccl-widget.core-marquee.video-spotlight.js-loaded .widget-header-inner {
  border: none;
  justify-content: center;
  padding-bottom: 5px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .widget-title {
  color: var(--pink);
  font-size: 40px;
  text-align: center;
  margin: 0;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-2-green .widget-title {
  color: var(--green);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-3-orange .widget-title {
  color: var(--orange);
}

section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 2fr 1fr;
  grid-gap: 20px;
  padding: 0 15px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides .slide:not(:first-child) {
  padding-bottom: 8px;
  background-color: var(--pink);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-2-green .slides .slide:not(:first-child) {
  background-color: var(--green);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-3-orange .slides .slide:not(:first-child) {
  background-color: var(--orange);
}

section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides .slide:not(:first-child) .slide-sub-title {
  display: none;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides .slide:not(:first-child) .slide-title {
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  padding-bottom: 25px;
  pointer-events: none;
}

section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides .slide:not(:first-child) .shared-play-button {
  width: 50px;
  height: 50px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides .slide:not(:first-child) .shared-play-button i {
  font-size: 1.2rem;
  margin-left: 3px;
}

/* Promoted Slide/Video */
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child * {
  display: block;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child {
  grid-column: 1 / span 4;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  max-height: 375px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .img-cont {
  grid-column: 2;
  grid-row: 1;
}

section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .content-section {
  position: static;
  grid-column: 1;
  grid-row: 1;
  background-color: var(--light-pink);
  padding: 35px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-2-green .slide:first-child .content-section {
  background-color: var(--light-green);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-3-orange .slide:first-child .content-section {
  background-color: var(--light-orange);
}

section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .content-section * {
  color: var(--dark-pink);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-2-green .slide:first-child .content-section * {
  color: var(--dark-green);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-3-orange .slide:first-child .content-section * {
  color: var(--orange);
}

section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .slide-title {
  font-size: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 6px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .slide-sub-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: -0.08px;
  margin-bottom: 6px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child p {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 6px;
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .read-more {
  padding: 8px 20px 6px 20px;
  font-size: 14px;
  letter-spacing: .03em;
  display: inline-block;
  color: white;
  font-weight: normal;
  background-color: var(--dark-pink);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-2-green .slide:first-child .read-more {
  color: white;
  background-color: var(--dark-green);
}
section.ccl-widget.core-marquee.video-spotlight.js-loaded.theme-3-orange .slide:first-child .read-more {
  color: white;
  background-color: var(--orange);
}

section.ccl-widget.core-marquee.video-spotlight .img-cont img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/240;
}

section.ccl-widget.core-marquee.video-spotlight .img-cont.promoted img {
	width: 100%;
	height: auto;
	aspect-ratio:545/344;
}

@media (min-width: 640px) {
  section.ccl-widget.core-marquee.video-spotlight .img-cont img {
    aspect-ratio: 194/123;
  }
}

@media (min-width: 820px) {
  section.ccl-widget.core-marquee.video-spotlight .img-cont.promoted img {
    aspect-ratio: 780/375;
  }
}

@media (max-width: 820px) {
  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2.44fr repeat(2, minmax(0, auto));
    grid-gap: 10px;
    padding: 0 15px;
  }

  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child {
    grid-column: 1 / span 2;
    padding-bottom: 10px;
  }
  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(205px, auto);
    max-height: none;
  }
  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .img-cont {
    grid-column: 1;
    grid-row: 1;
  }
  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:first-child .content-section {
    grid-row: 2;
    grid-column: 1;
    padding: 20px;
  }
  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:not(:first-child) .content-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slide:not(:first-child) {
    padding-bottom: 5px;
  }

  section.ccl-widget.core-marquee.video-spotlight.js-loaded .widget-title {
    font-size: 28px;
  }

  section.ccl-widget.core-marquee.video-spotlight.js-loaded .slides .slide:not(:first-child) .slide-title {
    padding-bottom: 8px;
}
