.thegelcommunity-video .thegelcommunity-video_head {
  margin-bottom: 60px;
}
.thegelcommunity-video .video__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.thegelcommunity-video .video__wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thegelcommunity-video .button_bar {
  margin-top: 60px;
}

@media screen and (max-width: 749px) {
  .thegelcommunity-video .thegelcommunity-video_head {
    margin-bottom: 40px;
  }
  .thegelcommunity-video .button_bar {
    margin-top: 40px;
  }
}
