.section-two {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100vh;
  width: 100%;
  margin-top: 5rem;
}

.section-two video {
  width: 100%;
  min-width: 40%;
  transition: width 0.3s ease;
}

.section-two video.mobile {
  display: none;
}
