div#myModal {
    height: 930px;
    position: absolute;
    margin-top: 150px;
    scroll-behavior: unset;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}
.modal-sm {
    width: 500px;
    text-align: center !important;
    height: auto;
    left: 30%;
    margin-top: 30%;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height:auto !important; 
}

.modal-footer {
    padding: 0px !important;
    border-top: 0 !important;
    text-align: center !important;
}
h5#updatedTimeMap {
    top: 805px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    right: 10px;
    color: white;
    font-size: 18px;
    text-align: right;
}

@media only screen
and (max-device-width : 1024px){
    h5#updatedTimeMap {
        display: none;
    }
}

.captura{
    font-size: 12px !important;
    padding: 10px 10px !important;
}