[data-component=video_text] .open-video-link {
  position: relative;
}
[data-component=video_text] .image-wrapper {
  margin-bottom: 25px;
}
[data-component=video_text] .play-btn {
  height: 83px;
  width: 83px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #b51f20;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-component=video_text] .play-btn:before {
  font-family: "font-icon" !important;
  content: "\e914";
  color: #fff;
  font-size: 2.375rem;
  margin-left: 8px;
}
@media (min-width: 1025px) {
  [data-component=video_text] .image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  [data-component=video_text].full-width > .component-container {
    max-width: unset;
    margin-left: -20px;
    margin-right: -20px;
  }
  [data-component=video_text].full-width > .component-container .thumb-video-wrapper > .open-video-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
  }
}