.video-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
}
.video-content .video{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.embed-youtube {
    position: relative;
    width: 55vmax;
    padding-bottom: 32.15%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    /* margin-right: 5rem;
    margin-left: 5rem; */
}

.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:980px) {
  .embed-youtube {
      width: 100%;
      padding-bottom: 56.25%;

      /* margin-right: 5rem;
      margin-left: 5rem; */
  }
}
