.lightbox-black {
  display: none;
  z-index: 99;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }

.lightbox-wrap {
  display: none;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  padding: 1.5rem;
  background: #FFF;
  width: 35rem; }
  .lightbox-wrap p.title {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #cf152d;
    padding-bottom: 0.5rem;
    font-weight: bold;
    border-bottom: 1px solid #cf152d; }
  .lightbox-wrap article {
    margin: 3rem 0 1.5rem 0; }

.lightbox-close {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #FFF;
  background: #cf152d;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.lightbox-close-out {
  display: none;
  z-index: 100;
  position: absolute;
  position: fixed;
  width: 3rem;
  height: 3rem;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

@media only screen and (max-width: 1024px) {
  .lightbox-wrap {
    width: 80%; }

  .lightbox-close {
    display: inline-block;
    padding: 0.75rem 0;
    width: 100%; }

  .lightbox-close-out {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 3rem; } }

/*# sourceMappingURL=lightbox.css.map */
