.content-with-video-column {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-with-video-column .img-holder.video .iframe_wrapper {
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.content-with-video-column .img-holder.video {
  position: relative;
  margin-bottom: 35px;
}

.content-with-video-column .img-holder.video::before {
  content: '';
  position: absolute;
  top: 5%;
  left: -29%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3dca4;
}

.content-with-video-column .img-holder.video iframe {
  position: relative;
  vertical-align: top;
  width: 100%;
  box-shadow: 0 4px 30px rgb(0 0 0 / 25%);
  margin: 0;
  max-width: 100%;
  max-height: unset;
}


.content-with-video-column .text-holder {
  padding: 14px 15px;
}

.content-with-video-column .text-holder h2 {
  color: #093155;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.content-with-video-column .text-holder .text p {
  margin-bottom: 2.2em;
  color: rgba(0,0,0,.6);
}
.content-with-video-column .text-holder {
  position: relative;
}
.content-with-video-column .img-holder.video::before {
  left: 29%;
}
.content-with-video-column {
  padding-top: 40px;
}
.content-with-video-column .text-holder .text p {
  margin-bottom: 1.5em;
}
@media (min-width: 768px){
  .content-with-video-column {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;  
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content-with-video-column .text-holder .text {
    padding-left: 40px;
  }
  .content-with-video-column .text-holder h2 {
    line-height: 40px;
  }
  .content-with-video-column .img-holder.video {
    -webkit-animation: .5s linear 0s fade-up forwards;
    animation: .5s linear 0s fade-up forwards;
    margin-bottom: 0;
    width: 41%;
    opacity: 0;
  }
  .content-with-video-column .text-holder {
    padding: 14px 40px;
    width: 59%;
    opacity: 0;
    -webkit-animation: .5s linear 0s fade-down forwards;
    animation: .5s linear 0s fade-down forwards;
  }
}

@media (min-width: 1024px){
  .content-with-video-column .text-holder {
    padding: 14px 8vw;
  }
  .content-with-video-column .text-holder h2 {
    font-size: 28px;
    line-height: 40px;
  }
}


@media (min-width: 1200px){
  .content-with-video-column .text-holder {
    padding: 14px 5vw;
  }
  .content-with-video-column .text-holder h2 {
    font-size: 33px;
    line-height: 55.5px;
    margin-bottom: 50px;
  }
  .content-with-video-column .text-holder .text {
    padding-left: 102px;
  }
}


@media (min-width: 1440px){
  .content-with-video-column .text-holder {
    padding: 14px 9vw;
  }
}
@media (max-width: 1300px){
  .content-with-video-column {
    padding-right: 20px;
  }
}


