* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

.specials-container {
  margin: 0 auto;
  padding-top: 100px;
  min-width: 1300px;
  max-width: 1920px;
  width: 100%; }
  .specials-container .main {
    width: 100%;
    height: 16.38542rem;
    background-image: url("/static/specials/images/2020NewYear.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .specials-container .main .qrcode {
      position: absolute;
      width: 1.32292rem;
      height: 1.32292rem;
      top: 9.27083rem;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%); }
      .specials-container .main .qrcode canvas, .specials-container .main .qrcode img {
        width: 100%; }
