@media (min-width: 992px) {
  body::before {
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
     content: "";
     position: absolute;
     top: 0;
     left: 22%;
     width: 170px;
     height: 140px;
     z-index: 10;
 }

  main > section:nth-child(5) {
     position: relative;
  }

  main > section:nth-child(5) > div.container > div.col-xs-3:last-child::before {
     background-repeat: no-repeat;
     background-size: auto 90%;
     background-position: center top;
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 150px;
     z-index: 10;
 }
}

@media (max-width: 991px) {
  section#description-section > .col-lg-6:nth-child(2) > div:first-child::before {
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: center;
   content: "";
   position: absolute;
   top: -20;
   right: -15;
   width: 115px;
   height: 140px;
   z-index: 2;
 }
}

@keyframes flash {
  0% {
     opacity: 1;
  }
  10% {
     opacity: 0.5;
  }
  20% {
     opacity: 1;
  }
  30% {
     opacity: 0.5;
  }
  40% {
     opacity: 1;
  }
  100% {
     opacity: 1;
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  6% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  8% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  10% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  13% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  15% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media (min-width: 992px) {
    body::before {
        background-image: url(https://tiffanyjonesdesigns.com/ebay2016/promotional/img/mlk_day/TJD-Header.png);
    }
    main > section:nth-child(5) > div.container > div.col-xs-3:last-child::before {
        background-image: url(https://tiffanyjonesdesigns.com/ebay2016/promotional/img/mlk_day/TJD-Cert.png);
    }
}
@media (max-width: 992px) {
    section#description-section > .col-lg-6:nth-child(2) > div:first-child::before {
        background-image: url(/ebay2016/promotional/img/mlk_day/TJD-Header.png);
    }
}
