.banner {
  position:relative;
}
.banner.background--blueradial {
  background: radial-gradient(800px at 80% 20%,#19243e 0,#0e1933 100%);
}
.banner .banner-content-section {
  padding-top: 200px;
  position: relative;
}

.banner .banner-content-section .inner-col {
  align-self: stretch;
  flex: none;
  margin-left: 12.5%;
  margin-right: 12.5%;
  padding-left: 0;
  padding-right: 0;
  width: 75%;
}

.banner .banner-content-section .inner-col h1 {
  letter-spacing: 0;
  line-height: 1.2;
  will-change: transform;
  margin-bottom: 60px;
}

.banner .banner-content-section,
.banner .image-section,
.banner .video-section {
  position: relative;
  z-index: 5;
}

{# VIDEO #}
.banner .video-section .plyr-video-wrapper {
  background: transparent;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.banner .video-section #player {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0 100px 0 0;
  margin-bottom: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

{# IMAGE #}
.banner .image-section img {
  border-radius: 0 100px 0 0; 
}

{# LINE #}
.banner .hero-line {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1;
}

.banner .hero-line svg {
  height: 100%;
  width: 100%;
}

.banner .hero-line svg path {
  stroke-width: 1.8;
  stroke-opacity: 1;
  stroke: #2c4a81;
}

@media (max-width: 1282px) and (min-width: 879px){
  .banner .banner-content-section .page-center {
    padding: 0;
  }
}

@media(min-width:840px) and (max-width:1799px){
  .banner .banner-content-section {
    padding: 12% 0 0px;
  }
}

@media (max-width: 839px){
  .banner .banner-content-section .inner-col h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .banner .banner-content-section {
    padding-top: 142px;
  }

  .banner .banner-content-section .inner-col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0;
  }

  .banner .hero-line {
    display: none;
  }
}

@media(max-width:539px){
  .banner .banner-content-section {
    padding-top: 112px;
  }
}