.interactive_module_image_reveal {
  position: relative;
  width:100%;
  min-height: 50px;
}

.interactive_module_image_reveal_mask {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.interactive_module_image_reveal_btn_next {
  display: none;
  position: absolute;
  top:105%;
  left:50%;
  transform: translateX(-50%);
  border: none;
  min-width:220px;
  padding-left:15px;
  padding-right:15px;
  height:50px;
  border-radius: 30px;
  background-color:  var(--bright-sun);
  color: white;
  font-weight: 600;
  line-height: 50px;
}

.interactive_module_image_reveal_slide_bottom {

}

.interactive_module_image_reveal_slide_top {
  position: absolute;
  width: 100%;
  top:0;
  left:0;
}

.interactive_module_image_reveal_timer {
  display: none;
  position: absolute;
  top:105%;
  left:50%;
  transform: translateX(-50%);
}

.interactive_module_image_reveal_timer .far {
  font-size: 32px;
  line-height: 34px;
}

.interactive_module_image_reveal_timer_time {
  display: inline-block;
  font-size: 24px;
  width:60px;
  text-align: right;
  line-height: 34px;
}
