.video {
  width: 100%;
  margin: 1.5rem auto;
  background: #f1ebdd;
}

.video .video_wrapper {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 64rem;
}

.video .video_wrapper video {
  height: 550px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.video_wrapper_heading{
  font-size: 32px;
  color: #520919;
  margin-top: 2rem !important;
  text-align: center;  
  line-height: 1.2;
}
@media screen and (max-width: 575px){
  .video .video_wrapper video {
      height: 350px;
  }
}
