@media (min-width: 40rem){
  .text-img .embed-responsive:before{
    padding-top:75%;
  }
  .text-img ul, .text-img ol{
    list-style-position:inside;
  }
}

@media (min-width: 64rem){
  .text-img--locations .embed-responsive:before{
    padding-top:100%;
  }
}