.iframeContainer {
  display: block;
  margin: 1.875rem auto;
  border: 1px solid #707070;
  overflow: hidden;
  width: 100%;
  max-width: 790px;
  position: relative;
}
.iframeContainer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.iframeContainer > iframe, .iframeContainer img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.iframeContainerThumb {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.15s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.iframeContainerThumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.iframeContainerThumb.-active {
  opacity: 1;
  pointer-events: auto;
}

.iframeContainerThumb__icon {
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  font-size: 74px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iframeContainerThumb__icon {
  font-family: "core-core_01" !important;
}
.iframeContainerThumb__icon::before {
  content: "\ea8d";
}

.iframeContainer {
  border: unset;
  max-height: 420px;
}
/*# sourceMappingURL=product_desc__video.css.map */