

.lp-video {
  padding: 40px 0;
  color: #FAFAFA;
  text-align: center;
}
.lp-video h2 {
  margin: 0 auto 22px;
  font-size: 32px;
  color: #FAFAFA;
  text-transform: uppercase;
}
.lp-video h2 + p {
  margin: 0 auto 40px;
  font-size: 16px;
  color: #FAFAFA;
}
.lp-video-list {
  margin-bottom: 40px;
  position: relative;
}
.lp-video-list .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lp-video-list .owl-nav button {
  background: #0c111de6 url('https://www.comerc.com.br/hubfs/lp-certificado-irec/arrow-carousel.svg') no-repeat center!important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
}
.lp-video-list .owl-nav button.owl-prev {
  margin-left: 20px;
}
.lp-video-list .owl-nav button.owl-next {
  margin-right: 20px;
}
.lp-video-list .owl-nav button.owl-next {
  transform: rotate(-180deg);
}
.lp-video-list .owl-nav button span {
  display: none;
}
.lp-video-list .owl-dots {
  background: rgba(12, 17, 29, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.lp-video-list .owl-dots .owl-dot {
  background-color: #424242;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lp-video-list .owl-dots .owl-dot.active {
  background-color: #D6D6D6;
} 
  .ytp-cued-thumbnail-overlay-image{
  background-size: contain;!important;
  }
@media (min-width: 1200px) {
  .lp-video {
    padding: 140px 0;
  }
  .lp-video h2 {
    font-size: 49px;
  }
  .lp-video h2 + p {
    max-width: 65%;
    margin-bottom: 90px;
    font-size: 20px;
  }
  .lp-video-list {
    margin-bottom: 57px;
  }
}