@media (min-width: 300px) {
  #Testimonials-Video {
    width: 277px;
    height: 156px;
  }
}

@media (min-width: 576px) {
  #Testimonials-Video {
    width: 460px;
    height: 260px;
  }
}

@media (min-width: 768px) {
  #Testimonials-Video {
    width: 640px;
    height: 363px;
  }
}

@media (min-width: 992px) {
  #Testimonials-Video {
    width: 860px;
    height: 479px;
  }
}

@media (min-width: 1200px) {
  #Testimonials-Video {
    width: 1000px;
    height: 563px;
  }
}

#Testimonials-Video {
  text-align: center;
  margin-bottom: 46px;
}

.card-body {
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

