.video--style-2-0 .component__title {
  font-size: var(--heading-h3-font-size);
  --heading-font-family: var(--font-primary);
}

.video--style-2-0 .component__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 1em;
}

.video--style-2-0 .component__wrapper .component__main {
  margin-top: 0;
}

.video--style-2-0 .component__wrapper--align-top .component__main {
  margin-top: 2em;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.video--style-2-0 .component__wrapper--align-top .component__description {
  margin-top: 0;
}

@media (min-width: 992px) {
  .video--style-2-0 .component__wrapper--align-top .component__description {
    margin-top: 1.6em;
  }
}

.video--style-2-0 .component__wrapper--align-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-top: 1em;
  gap: 1em;
}

@media (min-width: 992px) {
  .video--style-2-0 .component__wrapper--align-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.video--style-2-0 .component__wrapper--align-left .component__main,
.video--style-2-0 .component__wrapper--align-left .component__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.video--style-2-0 .component__wrapper--align-left .component__main {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .video--style-2-0 .component__wrapper--align-left .component__main {
    margin-bottom: 2em;
  }
}

.video--style-2-0 .component__wrapper--align-left .component__description {
  margin-top: 0;
}

.video--style-2-0 .component__wrapper--align-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-top: 1em;
  gap: 1em;
}

@media (min-width: 992px) {
  .video--style-2-0 .component__wrapper--align-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-top: 2em;
    gap: 1em;
  }
}

.video--style-2-0 .component__wrapper--align-right .component__main,
.video--style-2-0 .component__wrapper--align-right .component__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.video--style-2-0 .component__wrapper--align-right .component__description {
  margin-top: 0;
}

.video--style-2-0 .video__cta:hover .video__icon {
  opacity: 1;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.video--style-2-0 .video__icon {
  opacity: .4;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

/*# sourceMappingURL=../../maps/organisms/video/video--style-2-0.css.map */
