.codestepper {
    
}

.arrow {
  color: green;
  margin-right: 0.5em;
  font-size: 2.5em;
  line-height: 0;
}

.hiddenarrow {
  visibility: hidden;
  margin-right: 0.5em;
  font-size: 2.5em;
  line-height: 0;
}

.cs-container {
  position: relative;
  width: 405px; /* adjust as needed */
  height: 225px; /* adjust as needed */
}

.cs-layer {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.cs-textOverlay {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 4px;
  font-size: 12px;
  display: none;
}
