    #adjust {
    margin-top: -70px;
}

    .img-size{
/*  padding: 0;
    margin: 0; */
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

#nopicture {
    max-width: 220px;
}

#holder-blurb {
    min-width: 630px;
}

  body {
    background-color: #1D2127;
  }

  .bg-light {
    display: none;
}

       .modal {
    position: relative;
    padding-top: 0px;  
    top: 0px;
    margin: 0 auto;
    z-index: 99999;
    display: block;
    max-width: 992px;
    height: 700px;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.modal-content {
    position: relative;
    color: #ddd;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 90%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #000;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-frame {
height: 100%;
width: 100%;
}

button {
background: #000;
    width: 27px !important;
    height: 27px !important;
        margin-top: -60px;
    font-size: 20px;
    margin-right: 0px;
    position: relative;
    z-index: 9999;
    padding: 0px 0px;
}

@media (max-width: 1023px) {
a {
    color: #111 !important;
    text-decoration: none;
    background-color: transparent;
}
       .modal {
    position: relative;
    padding-top: 10px;  
    top: 0px;
    margin: 0 auto;
    z-index: 99999;
    display: block;
    width: 85%;
    overflow: hidden;
    outline: 0;
}
}

@media (max-width: 767px) {
       .modal {
    position: relative;
    padding-top: 10px;  
    top: 0px;
    margin: 0 auto;
    z-index: 99999;
    display: block;
    width: 90%;
    overflow: hidden;
    outline: 0;
}
}

@media (max-width: 420px) {
       .modal {
    position: relative;
    padding-top: 10px;  
    top: 0px;
    margin: 0 auto;
    z-index: 99999;
    display: block;
    width: 90%;
    height: 750px;
    overflow: hidden;
    outline: 0;
}
}


