/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 99999;
}

/* Modal Content/Box */
.modal-content {
    background-color: transparent;
    margin: auto;
    padding: 20px;
  
    width: 55%;

}
/* .modal-content  img {
    max-width: 100%;
    height: auto;
    width: 53%;
    border: none;
    vertical-align: middle;
} */

/* The Close Button */
.closeModal {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width:1150px) {
    .modal-content {
        width: 80%;

    }
  }

.CookieDeclaration {
    display: none;
}