/* GENERAL */
.beach-profiles, .groynes-warning, .features-image, .groyne-image, .longshore-drift-diagram {
  margin-left: auto;
  margin-right: auto;
}

/* ACTIVITY TWO */
.statementStack {
  text-align: center;
  margin-top: 1em;
}

.statementStack .draggable-label {
  margin: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: move;
  display: inline-block;
  border-radius: 3px;
  background: #219eab;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}

.groyne-label {
  background: #21323c !important;
}

.btn-camera-1, .btn-camera-2, .btn-camera-3 {
  position: absolute;
  text-align: center;
}

.btn-camera-1 {
  top: 70%;
  left: 73%;
}

.btn-camera-2 {
  top: 71%;
  left: 77%;
}

.btn-camera-3 {
  top: 82%;
  left: 77%;
}

@media (min-width: 1200px) {
  .btn-camera-1 {
    top: 70%;
    left: 65%;
  }

  .btn-camera-2 {
    top: 81%;
    left: 84%;
  }

  .btn-camera-3 {
    top: 82%;
    left: 68%;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .btn-camera-1 {
    top: 71%;
    left: 68%;
  }

  .btn-camera-2 {
    top: 77%;
    left: 81%;
  }

  .btn-camera-3 {
    top: 82%;
    left: 71%;
  }
}
