.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.logo-overlay {
    position: absolute;
    top: 10px; /* Adjust the positioning as needed */
    left: 210px; /* Adjust the positioning as needed */
    width: 100px; /* Adjust the size as needed */
    height: auto;
    z-index: 10; /* Ensures the logo is on top of the iframe */
}

.gear-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 64px;
    height: auto;
    z-index: 10;
}

#map_box .col-12 {
    padding-right: 0px;
}