@media only screen and (max-width: 899px) {


  .lightbox .close img {
    width: 30px;
    height: 30px;
    padding: 0 0 20px 0;
  }

  .lightbox .content .buttonRow .buttonBlue{
    font-size: 12px;
    padding: 8px 15px;
  }

  .lightbox .content .imageWrapper{
    width: 60%;
    border: 1px solid #ddd;
  }
}
