/**
 * Custom 2-click-solution for google Map
 */
.tw-google-container {
    max-width: 1088px;
    margin: 0 auto;
    min-height: 450px;
    position: relative;
}

.tw-google-container #tw-google-overlay {
    align-items: center;
    border: 10px solid #fff;
    border-radius: 10px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    left: 0;
    margin-top: 60px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.tw-google-container #tw-google-overlay .btn {
    color: white;
}


.tw-google-container .tw-hide {
    display: none !important;
}