.featured-video-plus.fvp-responsive .wp-video {
  width: auto !important;
  height: auto !important;
}
.featured-video-plus.fvp-responsive .wp-video video {
  width: 100% !important;
  height: auto !important;
}
.featured-video-plus.fvp-responsive .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.featured-video-plus.fvp-responsive .mejs-overlay,
.featured-video-plus.fvp-responsive .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.featured-video-plus.fvp-responsive .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.featured-video-plus.fvp-responsive audio {
  width: 100%;
}
.featured-video-plus.fvp-center {
  text-align: center;
}
.featured-video-plus.fvp-center .wp-video {
  margin: 0 auto;
}
.featured-video-plus.fvp-right {
  text-align: right;
}
.featured-video-plus.fvp-right .wp-video {
  margin: 0 0 auto auto;
}
.featured-video-plus.fvp-left {
  text-align: left;
}
.featured-video-plus.fvp-left .wp-video {
  margin: 0 auto auto 0;
}
.fvp-overlay,
.fvp-dynamic {
  position: relative;
  display: block;
  height: auto;
  width: auto;
}
.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon {
  background: transparent no-repeat scroll center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  display: none;
}
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
  display: block;
  background-image: var(--wpr-bg-610d1da5-9b58-44b1-82e2-b0f98f33d245);
}
.fvp-overlay .fvp-actionicon.load,
.fvp-dynamic .fvp-actionicon.load {
  display: block;
}
.fvp-overlay .fvp-actionicon.load.w,
.fvp-dynamic .fvp-actionicon.load.w {
  background-image: var(--wpr-bg-cf24e616-02fd-4371-a87c-0ab65a630b68);
}
.fvp-overlay .fvp-actionicon.load.b,
.fvp-dynamic .fvp-actionicon.load.b {
  background-image: var(--wpr-bg-16322a57-857a-4d2a-8ea6-a7ea8cd7c7bd);
}
#DOMWindow {
  background: transparent center center no-repeat;
  width: auto;
  height: auto;
  margin: auto auto;
  overflow: hidden;
  background-image: var(--wpr-bg-4c982331-447f-4646-8d5b-15f6b41a9857);
}
.fvp-onload {
  display: none !important;
  height: 0;
  width: 0;
  visibility: hidden;
}
.featured-video-plus .wp-video a:not(.post-thumbnail) {
  display: none;
}
.no-js .featured-video-plus .wp-video a:not(.post-thumbnail) {
  display: inline;
}
.featured-video-plus.fvp-responsive.fvp-spotify .fluid-width-video-wrapper {
  padding-top: 100% !important;
}
