/*
* {
  outline:1px solid red;
}

.ambio-info-screen {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ambio-info-screen * {
  box-sizing: border-box;
}
.ambio-info-screen.single-channel #canvas {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.ambio-info-screen.single-channel #canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambio-info-screen .slides.list {
  display: grid;
  grid-auto-rows: 1fr;
  background-color: #ccc;
}
.ambio-info-screen .slides.list .slide {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem;
  font-size: 1.5rem;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
  transition: all 200ms linear;
  opacity: 0.4;
}
.ambio-info-screen .slides.list .slide.active {
  padding-left: 3rem;
  opacity: 1;
}
.ambio-info-screen .slides.list .slide * {
  margin: 0;
}
.ambio-info-screen .slides.list .slide .index {
  margin-right: 1rem;
  font-size: 5rem;
}
.ambio-info-screen .slides.slideshow .slide {
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 1;
  webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
.ambio-info-screen .slides.slideshow .slide.iframe .content {
  height: 100%;
  width: 100%;
  position: relative;
}
.ambio-info-screen .slides.slideshow .slide.iframe .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambio-info-screen .slides.slideshow .slide.event .content {
  background-color: #fff;
  color: #000;
}
.ambio-info-screen .slides.slideshow .slide * {
  margin: 0;
}
.ambio-info-screen .slides.slideshow .slide.active {
  opacity: 1 !important;
  z-index: 2 !important;
}
.ambio-info-screen .slides.slideshow .slide .index {
  opacity: 0;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  font-size: 5rem;
  transition: opacity 200ms linear, bottom 100ms linear;
  z-index: 3;
  color: #fff;
}
.ambio-info-screen .slides.slideshow .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}
.ambio-info-screen .slides.slideshow .slide .overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.ambio-info-screen .slides.slideshow .slide .overlay:hover .index {
  opacity: 1;
  bottom: 1rem;
}
.ambio-info-screen .notice {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  text-align: center;
  color: red;
}


*/

.ambio-info-screen {
  font-family: brandon-grotesque, sans-serif !important;
}

.ambio-info-screen .slides.slideshow .slide {
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide .content {
  display:flex;
  flex-direction:row-reverse;
  padding:55px 55px 55px 65px;
  background-color: transparent !important;
  width:100%;
  height:100%;
}

.ambio-info-screen .slides.slideshow .slide .content .textual-content {
  flex:0 0 29.6875%;
  max-width: 29.6875%;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align:left;
  text-transform:uppercase;
  font-weight:bold;
  padding-right:55px;
  color: currentColor;
}

.ambio-info-screen .slides.slideshow .slide .content .image-container {
  flex:0 0 70.3125%;
  max-width: 70.3125%;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center right;
}

.ambio-info-screen .slides.slideshow .slide .content .textual-content h2 {
  font-size:54px;
  position:relative;
  margin:0 0 66px 0;
  padding-bottom:66px;
}

.ambio-info-screen .slides.slideshow .slide .content .textual-content h2::after {
  content:"";
  position:absolute;
  bottom:-66px;
  left:0;
  height:11px;
  width:212px;
  background-color: currentColor;
  margin:66px 0;
}

.ambio-info-screen .slides.slideshow .slide .content .textual-content p {
  font-size:36px;
  margin: 0 0 66px 0;
}

/*
yellow: #ffea79;
pink: #f7cee7;
terracotta: #f08378;
green: #b6dbce;
blue: #a1d9fb;
purple: #bca3cd;
*/

.ambio-info-screen .slides.slideshow .slide:nth-child(7n-6) {
  background-color:#ffea79;
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n-5) {
  background-color:#f7cee7;
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n-4) {
  background-color:#f08378;
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n-3) {
  background-color:#b6dbce;
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n-2) {
  background-color:#a1d9fb;
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n-1) {
  background-color:#bca3cd;
  color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n) {
  background-color:#000;
}

.ambio-info-screen .slides.slideshow .slide:nth-child(7n) .content {
  color:#fff;
}