.twocolumn_module {
    height: auto;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.twocolumn_module .card-content {
    padding-top: 48px;
    padding-bottom: 48px;
}

.twocolumn_module .flex {
    height: 100%;
    scroll-snap-align: start;
    height: auto;
    position: relative;
    z-index: 2;
}
/*
.twocolumn_module img {
     height: 100%;
    width: auto; */
    /* min-width: 100%;
}
*/
.twocolumn_module h2 p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
}


.twocolumn_module h2 strong {
    font-weight: normal;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
}

/* .admin-bar .video-foreground {
    margin-top: 56px;
    height: calc(100% - 80px);
} */

.opened-video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
}

.opened-video.visible {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.video-foreground {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: auto;
  width: calc(100% - 48px);
  padding-bottom: calc((100% - 48px) * 0.5625);
  height: 0;
}

@media screen and (max-height: 420px) {
  .opened-video {
    padding: 2rem;
  }

  .video-foreground {
    width: calc(80% - 48px);
    padding-bottom: calc((80% - 48px) * 0.5625);
  }
}

.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-background {
    background: black;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif, sans-serif;
    font-size: 16px;
    color: #F68D2E;
    letter-spacing: 0;
    pointer-events: none;
    text-align: center;
    display: block;
    opacity: 0;
    z-index: 1;
    transition: opacity 250ms ease;
}

.video-close {
    height: 24px;
    position: absolute;
    top: -1.5rem;
    right: 0;
    z-index: 1;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #F68D2E;
    letter-spacing: 0;
    cursor: pointer;
    padding-right: 24px;
}

.video-close::after {
    content: '';
    background-image: url('../icons/orange_cross.svg');
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    right: 3px;
    height: 12px;
    width: 12px;
    top: 5px;
}
@media screen and (min-width: 1025px) {
  .video-foreground {
    width: calc(90% - 48px);
    padding-bottom: calc((90% - 48px) * 0.5625);
  }

  .video-foreground iframe {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }

  .video-close {
    height: 24px;
    position: absolute;
    top: -0.75rem;
  }
}
/* .admin-bar .video-close {
    top: 34px;
} */

/* .twocolumn_module .container {
    height: 549px;
} */

.twocolumn_module .cover {
    position: relative;
    min-height: 549px;
}

.twocolumn_module .video {
  display: flex;
  align-items: center;
}
.twocolumn_module .video .video-thumbnail {
  cursor: pointer;
  position: relative;
  display: flex;
}
.twocolumn_module .video .video-thumbnail img {
  width: 100%;
  transition: filter 150ms ease;
}

.twocolumn_module .video .video-thumbnail:hover img {
  filter: brightness(0.8);
}

.twocolumn_module .video .video-thumbnail:hover .video-overlay {
  opacity: 1;
}

.twocolumn_module .video:hover .video-icon {
  filter: brightness(1.1);
}

.twocolumn_module .video .video-icon svg g {
  fill: #ffffff;
}

.twocolumn_module .video-icon {
    pointer-events: none;
    position: absolute;
    width: 96px;
    height: 64px;
    background: #F68D2E;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    transition: filter 150ms ease;
}

.twocolumn_module .video-icon svg {
    height: 40px;
}

.twocolumn_module .image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .twocolumn_module .card-content {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .twocolumn_module .container {
        height: auto;
    }

    .twocolumn_module .f-h {
        order: 2;
    }

    .twocolumn_module .f-h.image {
        order: 1;
    }
    .single-industries .twocolumn_module .f-h {
        order: 2;
    }

    .single-industries .twocolumn_module .f-h.image {
        order: 1;
        display: none;
    }

    .twocolumn_module .f-h.image, .twocolumn_module .f-h:not(.video) {
        /*max-height: 430px;*/
        min-height: 430px;
    }
    .twocolumn_module .f-h.image {
        max-height: 400px;
        min-height: 400px;
    }
    .twocolumn_module .cover img {
        object-position: center;
    }
}


@media screen and (max-width: 767px) {
    .twocolumn_module .card-content {
        width: 100%;
        padding: 15px;
        padding-top: 48px;
    }
    .twocolumn_module .f-h.image {
        max-height: 240px;
        min-height: 240px;
        order: 3;
    }

    .twocolumn_module .f-h.cover {
      padding: 0;
    }

    .twocolumn_module .f-h.image img {
        width: 100%;
        height: auto;
    }
    .twocolumn_module .f-h.image, .twocolumn_module .f-h {
        max-height: unset;
        min-height: unset;
        padding-bottom: 44px;
    }

    .twocolumn_module .video-icon {
      width: 64px;
      height: 44px;
    }

    .twocolumn_module .video-icon svg {
      height: 32px;
    }

    .twocolumn_module .f-h.video {
      padding-bottom: 44px;
    }

}

