.widget.c-video.c-video-template-2{
  position: relative;
  padding: clamp(28px, 12vw, 100px) 0 0;
  overflow: hidden;
}
.widget.c-video.c-video-template-2 .widget-item{
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.widget.c-video.c-video-template-2 .widget-item-wrapper {
  position: relative;
  font-size: 0;
  width: 100vw;
  flex: 0 0 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 0 auto;
  min-height: 295px;
}
.widget.c-video.c-video-template-2 .widget-item-wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (max-width: 550px) {
  .widget.c-video.c-video-template-2{
    padding: 25px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
