.spotlight-box {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .spotlight-box::before, .spotlight-box::after {
    display: none; }
  .spotlight-box .spotlight-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
    order: 2; }
    @media (min-width: 992px) {
      .spotlight-box .spotlight-content {
        order: 1; } }
  .spotlight-box .spotlight-image {
    order: 1;
    flex: 1 1 auto;
    min-height: 30vh;
    margin-left: -12px;
    margin-right: -12px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .spotlight-box .spotlight-image::before {
      content: '';
      display: block;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5; }
    @media (min-width: 992px) {
      .spotlight-box .spotlight-image {
        order: 2;
        min-height: 0;
        margin-left: 0;
        margin-right: 0; } }
  .spotlight-box p {
    font-size: 1.3125rem; }
  .spotlight-box img {
    width: 100%;
    height: auto; }

/*# sourceMappingURL=som-styles.css.map */
