.c-grid-feature-box {
  position: relative;
  z-index: 1;
  padding: 1vw;
  color: #fff;
  background: #ddd;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 250px; }
  .c-grid-feature-box:hover img, .c-grid-feature-box:focus img {
    transform: scale(1.1); }
  .c-grid-feature-box:hover video, .c-grid-feature-box:focus video {
    transform: scale(1.5); }
  .c-grid-feature-box > * {
    user-select: none;
    pointer-events: none; }
  .c-grid-feature-box img,
  .c-grid-feature-box video {
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 101%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    transition: all .2s ease-in-out; }
  .c-grid-feature-box > div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3vw; }
  .c-grid-feature-box__title {
    padding: .45rem .35rem;
    background-color: #fff;
    color: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline; }
  .c-grid-feature-box--center > div {
    align-items: center;
    justify-content: center;
    margin: auto; }
  .c-grid-feature-box--16by9:after {
    padding-bottom: 50%; }
