
.khaf-volunteer-video-replacement {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 220px;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  border-radius: inherit;
  background: #0F3F3A;
}
.khaf-volunteer-video-box {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 18px;
  background: #0F3F3A;
}
@media (max-width: 640px) {
  .khaf-volunteer-video-replacement,
  .khaf-volunteer-video-box {
    min-height: 190px;
  }
}
