.grid-full > .cell, .grid > .cell-full, .image-underneath.grid-auto > .cell, .image-underneath.grid > .cell-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%
}

.image-underneath.grid-half .aspect-16-9::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 133.33333%;
    position: relative;
    vertical-align: top;
  }