.insight-dt-hero-video-container {
  display: flex;
  flex-wrap: wrap;
  padding:0;
  box-sizing:border-box;
  cursor: pointer;
}

.insight-dt-hero-video-item {
  position: relative;
  width: 100%;
}

.insight-dt-hero-video-item video {
  width: 86%;
    height: auto;
    margin: 0 auto;
    display: block;
    opacity: 0;
}

.insight-dt-hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: transparent;
  padding: 60px 0 0 100px;
  box-sizing: border-box;
}

.insight-dt-hero-video-overlay h1{margin-bottom: 19px;}
.insight-dt-hero-video-overlay h1 br{display:inline;}
.insight-dt-hero-video-overlay h5{margin-bottom: 31px;}
.insight-dt-hero-video-overlay h5 br{display:inline;}
.insight-dt-hero-video-overlay .insight-dt-hero-play-btn {
  cursor: pointer;
  font-size: 1pc;
  padding: 9.5px 15px !important;
  height: auto !important;
  font-family: roboto,sans-serif;
}
.insight-dt-hero-video-item img{display:inline;position:absolute;width:100%;}
@media (max-width: 1250px){
  .insight-dt-hero-video-item img{display:none;}
  .insight-dt-hero-video-overlay{background-color:#e9eef1;padding: 75px 0 75px 70px;}
  .insight-dt-hero-video-container{padding: 50px 0px 90px;}
}
@media (max-width: 1024px){
  .insight-dt-hero-video-container{margin-bottom:90px;}
}
@media (max-width: 960px){
    .insight-dt-hero-video-overlay h1 br{display:none;}
  .insight-dt-hero-video-overlay h5 br{display:none;}
}
@media (max-width: 870px){
  .insight-dt-hero-video-container{height:550px;}
}
@media (max-width: 768px){
  .insight-dt-hero-video-overlay{padding: 30px 40px 75px;}
}
@media (max-width: 450px){
  .insight-dt-hero-video-container{height:600px;}
}
@media (max-width: 390px){
  .insight-dt-hero-video-container{height:750px;}
}