{#.video-carousel .owl-carousel .owl-video-play-icon {
   height: 100px;
   width: 100px;
   background:url(https://2655225.fs1.hubspotusercontent-na1.net/hubfs/2655225/BE%20-%20Careers/BE%20-%20Careers%20-%20Icons/play-icon.png);
   background-size: 100px !important;
   background-repeat: no-repeat;
}
.video-carousel .owl-carousel .owl-video-play-icon:hover {
  opacity: 1;
  background:url(https://2655225.fs1.hubspotusercontent-na1.net/hubfs/2655225/BE%20-%20Careers/BE%20-%20Careers%20-%20Icons/play-icon-hover.png);
  transform: none !important
} #}

.video-carousel .owl-nav button.owl-prev, 
.video-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    background: #ccc !important;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    opacity: .9
}

.video-carousel .owl-nav button.owl-prev:hover, 
.video-carousel .owl-nav button.owl-next:hover { 
   opacity: 1
}
.video-carousel .owl-nav button span {
   font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000
}

.video-carousel .owl-nav button.owl-next { 
  right: 1em
}

.video-carousel .owl-nav button.owl-prev { 
  left: 1em
}




@media (min-width: 769px) and (max-width: 1440px) {
    .video-carousel .owl-carousel .owl-dots {
        margin-left: 0% !important;
    }
}

.video-carousel .item-video {
  position: relative;
}

.video-carousel button.play-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.video-carousel .owl-carousel .owl-video-wrapper {
  background:#fff
}
#sync1 .owl-video-wrapper {
  height: 600px;
}

.video-carousel a.mediabox {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    left: 0 !important;
    position: absolute;
    top: 0;
}

.video-carousel .title-carousel {
  margin-bottom: 1em
}

#sync2 {
  width: 100%;
  margin-top: 1em
}
#sync2 .owl-stage {
  margin: 0 auto;
  display: flex;
  grid-gap: 15px; 
}
#sync2 .owl-video-wrapper {
  height: 150px;
}
#sync2 .owl-video-play-icon {
  display: none;
}
#sync2 .owl-video-tn {
  cursor: pointer;
}


@media (max-width: 600px) {
  #sync2 .owl-video-wrapper {
    height: 100px;
}
}