/**
 * Block : Fallback Webinars
 * =================================
 *
 *
 *
 */

.fallback-webinars {
  margin-top: 0;
  background-attachment: fixed;
}

.fallback-webinars > div {
  max-width: 1300px;
  margin: 0 auto;
}

.fallback-webinars__body {
  position: relative;
}

@media screen and (max-width: 1440px) {
  .fallback-webinars > div {
    max-width: 1200px;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }
}

.fallback-webinars__body .tns-inner {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .fallback-webinars__body .tns-inner {
    padding: 0 29px;
  }
}

.fallback-webinars__body .controls {
  position: absolute;
  top: 50%;
  left: -7.5px;
  margin-top: -8px;
  transform: translateY(-50%);
  width: calc(100% + 15px);
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fallback-webinars__body .controls > button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}

.fallback-webinars__body .controls > button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fallback-webinars__body .controls > button svg path {
  fill: var(--wp--preset--color--secondary);
}
