.native-video-section__media {
  position: relative;
}

.native-video-section__media video {
  width: 100%;
}

.native-video-section__play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
}
