#modalvacances {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding: 5px;
    display: none;
}

#modalvacances img {
    max-width: calc(100% - 10px);
    max-height: calc(100vh - 120px);
    margin-top: 35px;
}

#modalvacances div.tancarmodal {
    color: #ffffff;
    background-color: #e62424;
    font-family: 'Geneva', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 7px 15px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

#modalvacances div.tancarmodal:hover {
    background-color: #ffffff;
    color: #e62424;
}