#video-intro {
  width: 450px;
}

.user-review blockquote {
  font-size: 1.05rem !important;
}

.main-shape-wrapper {
  left: 30% !important;
  /* top: 50% !important; */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #video-intro {
    width: 400px;
  }

  .main-shape-wrapper {
    left: 55% !important;
    /* top: 40% !important; */
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #video-intro {
    width: 500px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #video-intro {
    width: 400px;
    margin-left: 3rem !important;
  }

  .main-shape-wrapper {
    left: 40%;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #video-intro {
    width: 700px;
    margin-left: 3rem !important;
  }

  .main-shape-wrapper {
    left: 50% !important;
  }
}
