.hero-product__video {
  margin-top: 50px; width: 140%; margin-left: -20%
}

.hero-product__video-text {
color: #264283; margin-top: 10px; width: 140%; margin-left: -20%; margin-bottom: 50px;
}

@media all and (max-width: 1200px) {
  .hero-product__video, .hero-product__video-text {
    width: 100%;
    margin-left: 0;
}