.button {
  max-width:100%;
}
.testimonials div.row div>div {
  margin-bottom: 1rem;
}
.blog-post iframe {
  max-width:100%;
}
@media only screen and (max-width: 40em) { 
  .button {
    min-width:initial !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
  .button {
    min-width:initial !important;
  }

}
