@media screen {
    #block-promospot {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    #block-promospot h2 {
        font-size: 1rem;
        text-transform: uppercase;
    }
    #block-promospot h2:after {
        content: ':';
        margin-right: 0.5rem;
    }
    #block-promospot p {
        font-size: 12px;
        text-align: center;
    }
    #block-promospot .field--name-body {
        margin: 0;
        padding: 0;
        position: static;
    }
}
@media screen and (min-width: 1000px)  {
    #block-promospot {
        width: 50%;
    }
    #block-promospot .field--name-body {
        max-width: 70%;
    }
}

@media screen and (max-width: 550px) {
  .menu--store-locator .anchor-image-wrap {
    position: relative;
    z-index: 10;
  }
  .menu--store-locator .menu-border {
    display: none;
  }
}
