.youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}

.youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.btn-check {
  width: 130px;
  height: 50px;
  margin: 10px;
  outline: none;
  background-color: #fff;
  border: solid 1px #333;
  vertical-align: middle;
  display: inline-block;
  line-height: 3;
  color: #333;
  cursor: pointer;
}

.btn-check:visited,
.btn-check:focus,
.btn-check:hover,
.btn-check:active {
  text-decoration: none;
  color: #333;
}

.d-inline-block {
  display: inline-block;
}

@media all and (max-width: 767px) {
  .yes-no-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 768px) {
  .btn-check {
    width: 200px;
  }
}
