/* Config */
/* Color */
/* Style */
/* Font */
/* Elements */
.element-video-default {
  position: relative;
  background: #000000;
  min-height: 200px;
}

.element-video-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.element-video-play .element-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
}
.element-video-play .element-video-play-icon img {
  border-radius: 50%;
  box-shadow: 5px 15px 40px rgba(47, 47, 47, 0.2);
  width: 75px;
  height: 75px;
  transition: background 0.3s;
}
.element-video-play .element-video-play-icon img.light:hover {
  background: rgba(250, 250, 250, 0.4);
}
.element-video-play .element-video-play-icon img.dark:hover {
  background: rgba(0, 0, 0, 0.2);
}

.element-video-thumbnail-container {
  position: relative;
}
.element-video-thumbnail-container .element-video-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.element-video {
  margin: auto;
}
.element-video .video-iframe-container.no-padding {
  padding-bottom: 0 !important;
}
.element-video:not(.content-video-external_file) .video-iframe-container {
  padding-bottom: 56.2%;
}
.element-video:not(.content-video-external_file) .video-iframe-container .video-iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
