.example-block {
  display: flex;
}

.controls {
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
}

.button {
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
}

#videoContainer {
  background-color: #000;
  width: 800px;
  height: 450px;
  position: relative;
}

#videoElement {
  width: 100%;
  height: 100%;
}

#adContainer {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=simpleVast.c1836acc.css.map */
