.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  align-items: center;
  justify-content: flex-start;
}
.home-text {
  color: var(--dl-color-gray-black);
  font-style: normal;
  font-weight: 900;
  margin-left: var(--dl-space-space-fourunits);
  margin-right: var(--dl-space-space-fourunits);
}
.home-video {
  width: 50%;
  height: 20%;
  opacity: 1;
  align-self: flex-start;
  margin-top: var(--dl-space-space-twounits);
  margin-left: var(--dl-space-space-sixunits);
  border-color: rgba(0, 0, 0, 0);
  border-style: inset;
  border-width: 12px;
  margin-right: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-radius2);
  border-top-left-radius: var(--dl-radius-radius-radius2);
}
@media(max-width: 991px) {
  .home-video {
    width: 50%;
  }
}
@media(max-width: 767px) {
  .home-video {
    width: 50%;
  }
}
@media(max-width: 479px) {
  .home-video {
    width: 60%;
    height: auto;
  }
}
