.vid_sec {
  position: relative;
}
.vid_sec .vid_main:not(.enable_slider) {
  display:flex;
  margin:0 -15px;
}

/* .vid_sec .vid_main .slick-track{
display:flex;
} */

.vid_sec .vid_item {
  flex:0 0 33.33%;
  padding: 0 15px;
  max-width:33.33%;
}

.vid_sec .vid_item .vid_item_inn{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 76.25%;
  width:100%;
}

.vid_sec .vid_item .video {
  object-fit: initial;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.vid_sec .vid_item .play_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.vid_sec .vid_item .play_icon svg {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #818890;
  transition: fill 0.3s ease-in-out;
}

.vid_sec .vid_main.enable_slider {
  width: 100%;
}

.vid_sec .vid_item:hover .play_icon svg {
  fill: #dd8041;
}
.vid_sec .vid_item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.vid_sec .vid_item img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vid_sec .slick-dots li button:before {
  font-size: 40px;
  color: #818890;
}
.vid_sec .slick-dots li.slick-active button:before {
  color: #dd8041;
  opacity: 1;
}
.vid_sec .slick-dots li:hover button:before {
  color: #dd8041;
}
.vid_sec .slick-dots {
  bottom: -70px;
}


@media screen and (min-width:1025px){

  .vid_sec .vid_main.enable_slider .slick-track {
    display: flex;
  }

}


@media screen and (max-width:1024px){

  .vid_sec .vid_item {
    box-sizing:content-box;
    flex:0 0 100%;
    padding: 0 15px;
    max-width:100%;
  }

}


@media screen and (max-width:767px){

  .two_col_vid .two_col_main .cont_col {
    margin-top: 30px;
  }
  .vid_sec .vid_item .play_icon svg {
    width: 50px;
    height: 50px;
  }
  .two_col_vid .two_col_main .med_col .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;!i;!;
  }

}