.video.fixed {
  margin-left: auto;
  margin-right: auto;
}

.video.fixed.right {
  margin-right: 0;
  margin-left: auto;
}

.video.fixed.left {
  margin-left: 0;
  margin-right: 0;
}

.video .youtube-container {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
}

.video .youtube-btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 12%;
  margin-left: -6%;
  margin-top: -4%;
}
@media (max-width: 399px) {
  .video .youtube-btn {
    width: 20%;
    margin-left: -10%;
    margin-top: -7%;
  }
}