.dce_distortion{
  display: flex;
}
.dce_distortion-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 13rem);
  position: relative;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.dce_distortion-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dce_link-distortion{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
