.img-with-text-box-block .image-container img {
  min-height: 200px;
}
@media (min-width: 768px) {
  .img-with-text-box-block .image-container img {
    min-height: 435px;
  }
}
.img-with-text-box-block *:not(p > a.btn):not(.btn) {
  color: white !important;
}
