@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ CSS here */
    .caption-box {
      width: 100% !important;
    }

    .img-fluid {
      width: 100%;
    }
}
