.video-cmp {
  position: relative;
}
.video-cmp .icex-title-default {
  padding-left: 20px;
}
.video-cmp__content {
  overflow: hidden;
}
.video-cmp__slides {
  display: flex;
}
.video-cmp__slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.video-cmp__cover {
  position: relative;
}
.video-cmp img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.video-cmp .play-button {
  color: white;
}
.video-cmp .play-button span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 100px;
  height: 100px;
  font-size: 5rem;
}
.video-cmp__caption {
  color: #3d3f45;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .video-cmp__caption {
    font-size: 1rem;
  }
}
.video-modal-cmp {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.video-modal-cmp__content {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 800px;
  min-width: 270px;
  padding: 20px;
  position: relative;
  width: 70%;
}
.video-modal-cmp .close-button {
  background: #d52b1e;
  color: #ffffff;
  font-family: inherit;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  top: 0;
}
.video-modal-cmp__text {
  color: #1e52d5;
  display: block;
  padding: 5px 0 2px;
  text-align: right;
  text-decoration: none;
}
.video-modal-cmp video {
  height: auto;
  outline: none;
  width: 100%;
}
.video-modal-cmp .iframe-container {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.video-modal-cmp .iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
.hidden {
  display: none;
}
.aem-GridColumn--phone--10.aem-GridColumn--tablet--4.aem-GridColumn--default--3 .video-cmp__cover {
  height: 200px;
}
@media (min-width: 768px) {
  .aem-GridColumn--phone--10.aem-GridColumn--tablet--4.aem-GridColumn--default--3 .video-cmp__caption {
    font-size: inherit;
  }
}
.videoModalEmbed-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.videoModalEmbed-containerIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoModalEmbed-videoDam {
  width: 100%;
}
