.txtimg {
  padding-top: 200px;
  padding-bottom: 200px;
}
.txtimg.no-pb {
  padding-bottom: 0;
}
.txtimg .container {
  position: relative;
  z-index: 2;
}
.txtimg .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 84px);
  background-color: #363535;
  z-index: -1;
  clip-path: polygon(0 174px, 100% 0%, 100% 100%, 0% 100%);
}
.txtimg.flip .container::before {
  clip-path: polygon(0 0, 100% 174px, 100% 100%, 0% 100%);
}
.txtimg .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 140px;
}
.txtimg .container .row .col-sm-12.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.txtimg .container .row .col-sm-12.image {
  padding-right: 50px;
}
.txtimg.flip .container .row .col-sm-12.image {
  padding-left: 50px;
  padding-right: 15px;
}
.txtimg .container .row .col-sm-12.video {
  max-height: 600px;
}
.txtimg .container .row .col-sm-12.video video {
  width: 100%;
}
.txtimg .container .row .col-sm-12.text {
  padding-top: 267px;
  padding-bottom: 154px;
}
.txtimg .container .row .col-sm-12.text .tagline {
  color: #6D6D6D;
  margin-bottom: 12px;
}
.txtimg .container .row .col-sm-12.text .inner {
  color: #333333;
}
.txtimg.lighttext .container .row .col-sm-12.text .inner {
  color: #fff;
}
.txtimg .container .row .col-sm-12.text h2 {
  font-weight: 400;
  color: #333333;
  margin-bottom: 32px;
}
.txtimg.lighttext .container .row .col-sm-12.text h2 {
  color: #fff;
}
.txtimg .container .row .col-sm-12.text .buttonContainer {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}
.txtimg.flip .container .row .col-sm-12.text .buttonContainer {
  justify-content: flex-end;
}
.txtimg.flip .container .row .col-sm-12.text {
  text-align: right;
}
.txtimg .container .row.videoShowcase {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txtimg.flip .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1770px) {
  .txtimg .container::before {
    display: none; 
  }
  .txtimg .container::before {
    display: none; 
  }
  .txtimg .container .row {
    margin: 0 -15px !important;
  }
  .txtimg .container .row .col-sm-12.text {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .txtimg .container .row .col-sm-12.text .tagline {
    color: #fff; 
  }
  .txtimg .container .row .col-sm-12.text h2 {
    color: #fff; 
  }
  .txtimg .container .row .col-sm-12.text .inner {
    color: #fff; 
  }
}


@media (max-width: 992px) {
  .txtimg .container .row .col-sm-12.image {
    padding-right: 15px !important;
  }
  .txtimg.flip .container .row .col-sm-12.image {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
 
  
  .txtimg .container .row .col-sm-12.text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .txtimg {
    padding-top: 100px; 
    padding-bottom: 100px;
  }
  .txtimg.flip .container .row .col-sm-12.text {
    text-align: left;
  }
  .txtimg.flip .container .row .col-sm-12.text .buttonContainer {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .txtimg {
    padding-top: 80px; 
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {}