.field--name-body {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.home-video {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
  padding-top: 20px !important;
}

.text-content p {
  margin: 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
    .home-video {
        max-height: 300px;
    }
}

@media (max-width: 480px) {
    .home-video {
        max-height: 200px;
    }
}