.video-with-content-wrapper{
  padding-top: calc(7vw);
  padding-bottom: calc(4vw);
} 

.video-with-content-wrapper .top-content img {
  padding-top: 2%;
  padding-bottom: 2%;
  width: 639px;
}

.video-with-content-wrapper .top-content {
  text-align: center;
}

.video-with-content-wrapper .top-content h3 {
  margin-bottom: 8px;
}

.video-with-content-wrapper .middle-section {
  padding-top: 2%;
  padding-bottom: 2%;
}

.video-with-content-wrapper .middle-section .row .blank_container {
  width: 25%;
}

.video-with-content-wrapper .custom-video-holder {
  width: 50%;
  overflow: hidden;
  position:relative;
}

.video-with-content-wrapper .row {
  display: flex;
}

.video-with-content-wrapper .custom-video-holder img {
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  margin-bottom: 0!important;
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: none!important;
  width: 100%!important;
}

.video-with-content-wrapper .bottom-section {
  width: 50%;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}

.video-with-content-wrapper .bottom-section h3 {
  margin-bottom: 8px;
}

.video-with-content-wrapper .custom-video-holder:hover img {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
}

.video-with-content-wrapper a.play_button_2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #fff;
  display: inline-block;
  border-radius: 200px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0px 20px 45px rgba(0,0,0,0.25);
  height: 110px;
  width: 110px;
  margin-left: -55px;
  margin-top: -55px;
  background-color: transparent!important;
}

.video-with-content-wrapper a.play_button_2 span.play {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
}

.video-with-content-wrapper a.play_button_2:before {
  opacity: 0.8;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  border: none!important;
  background-color: #ffffff!important;
}

.video-with-content-wrapper a.play_button_2 span.play span.inner-wrap {
  overflow: hidden;
}

.video-with-content-wrapper a.play_button_2 span.play span.inner-wrap svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 18px;
  height: 18px;
}

.video-with-content-wrapper a.play_button_2 span.play span.inner-wrap svg path {
  fill: #fff;
}

@media (max-width:1000px){
  .video-with-content-wrapper .middle-section .row .blank_container {
    display: none;
  }

  .video-with-content-wrapper .custom-video-holder {
    width: 100%;
  }

  .video-with-content-wrapper .bottom-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .video-with-content-wrapper .bottom-section h3 {
    font-size: 25.6px!important;
    line-height: 32px!important;
  }

  .video-with-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}