.moodvideo:not(:empty) {
  width: 100vw;
  margin: 60px 0 60px calc(-50vw + 50%);
}
.moodvideo:not(:empty) .moodvideo__wrapper {
  margin: 0;
}
.moodvideo:not(:empty) .moodvideo__wrapper > div {
  height: 846px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moodvideo:not(:empty) .moodvideo__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moodvideo:not(:empty) .moodvideo__video.moodvideo__video--mobile {
  display: none;
}
.moodvideo:not(:empty) .moodvideo__image picture {
  width: 100%;
  height: 100%;
}
.moodvideo:not(:empty) .moodvideo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moodvideo:not(:empty) .moodvideo__image .moodvideo__image--mobile {
  display: none;
}
.moodvideo:not(:empty) .moodvideo__caption {
  background: #f6f6f6;
  padding: 15px 0;
}
.moodvideo:not(:empty) .moodvideo__caption p {
  max-width: 1009px;
  margin: 0 auto;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}
.moodvideo:not(:empty):has(.cross-template-component) {
  margin-top: 0;
  margin-bottom: 0;
}
.mt_direction_right_to_left .moodvideo:not(:empty) {
  margin: 60px calc(-50vw + 50%) 60px 0;
}
.mt_direction_right_to_left .moodvideo:not(:empty):has(.cross-template-component) {
  margin-top: 0;
  margin-bottom: 0;
}
.isWCMEditMode.moodvideo:not(:empty) {
  min-height: 846px;
}
@media (max-width: 1010px) {
  .moodvideo:not(:empty) .moodvideo__caption {
    padding: 15px 20px;
  }
}
@media (max-width: 641px) {
  .moodvideo:not(:empty) .moodvideo__wrapper > div {
    height: 395px;
  }
  .moodvideo:not(:empty) [data-hasmobilevideo="true"] .moodvideo__video--desktop {
    display: none;
  }
  .moodvideo:not(:empty) .moodvideo__video.moodvideo__video--mobile {
    display: block;
  }
  .moodvideo:not(:empty) .moodvideo__image[data-hasmobileimage="true"] .moodvideo__image--desktop {
    display: none;
  }
  .moodvideo:not(:empty) .moodvideo__image .moodvideo__image--mobile {
    display: block;
  }
  .isWCMEditMode.moodvideo:not(:empty) {
    min-height: 395px;
  }
}
