body {
  font-family: 'Roboto', sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}

#player,
#btn {
  text-align: center;
}

#btn {
  display: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 1.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  color: rgb(0, 132, 255);
}

#btn:hover {
  background-color: #fafafa;
}

.video-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.video-responsive div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 45%;
}
