.video-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  @media(max-width: $screen-sm){
    margin: 0;
  }
  &::before {
      display: block;
      content: "";
      padding-top: 56.25%;
  }
}
.video-embed-responsive .video-embed-responsive-item, .video-embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 99%;
    height: 100%;
    border: 0;
}
.video-embed-responsive-item::after{
  display: block;
  content: "";
  clear: both;
}
.wpb-content-wrapper .vc_custom_1677684467284 {
  display: block;
}
@media screen and (max-width: 768px){
  .wpb-content-wrapper .vc_custom_1677684467284 {
    display:none;
   }
}