@media (min-width: 992px) {
  .sp-offer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1000;
    background: #00000060;
    cursor: pointer;
  }
  .sp-offer .sp-offer-container {
    position: relative;
    width: 1100px;
    max-width: 90%;
    padding: 2rem;
    background: #fff;
    -moz-box-shadow: 0 0 10px #444;
    -webkit-box-shadow: 0 0 10px #444;
    box-shadow: 0 0 10px #444;
  }
  .sp-offer .sp-offer-container .sp-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 2rem;
    display: block;
    cursor: pointer;
    z-index: 2;
  }
  .sp-offer .sp-offer-container .sp-offer-inner {
    display: -webkit-flex;
    display: flex;
  }
  .sp-offer .sp-offer-container .sp-offer-inner img {
    display: block;
    max-width: 100%;
  }
}
