
/* CSS Document */
.close-button {
     background-color: #050505;
     color: white;
     border: none;
     margin-top: 25px;
     padding: 10px 20px;
     border-radius: 6px;
     cursor: pointer;
     margin-bottom: 15px;
     font-weight: 400;
         width: 450px;
         z-index: -999!important;
         border: 1px solid rgba(255, 255, 255, 0.25);   
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.55));
}
 
 @media only screen and (max-width: 700px) {
     .popup {
         display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 9999;
     overflow: auto;
     width: 100%;
     
    }
      .popup-content {
     text-align: center;
          margin-top: 50%;
          margin-bottom: 50%;
      
}
     .popup img {
         max-width: 100%;
         border-radius: 6px;
    }
     .close-button {
     background-color: #050505;
     color: white;
     border: none;
     margin-top: 15px;
     padding: 10px 20px;
     border-radius: 6px;
     cursor: pointer;
     margin-bottom: 15px;
     font-weight: 400;
         width: 450px;
         z-index: -999!important;
         border: 1px solid rgba(255, 255, 255, 0.25);   
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.55));
}
 
 
}

 @media only screen and (min-width: 700px) {

 .popup {
     display: none;
     position: fixed;
     top: 48%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 9999;
     overflow: auto;
     width: 100%;
     
}
 .popup-content {
     text-align: center;
     margin-top: 48%;
          margin-bottom: 50%;
      
}

 .popup-button {
     text-align: center;
      
}
 .close-button {
     background-color: #050505;
     color: white;
     border: none;
     margin-top: 8px;
     width: 450px;
     padding: 10px 20px;
     border-radius: 6px;
     cursor: pointer;
     margin-bottom: 15px;
     font-weight: 400;
     z-index: -999!important;
     border: 1px solid rgba(255, 255, 255, 0.25);   
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.55));
}
}