main section {
    padding-top: 0px;
    padding-bottom: 0;
}
main section .map-header-row {
    text-align: center;
    padding: 15px 0px;
}
#Maps{
    position: relative;
    z-index: 1;
    text-align: initial;
}
#GglRds {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

#GglSat {
    width: 50%;
    height: 100%;
    position: relative;
    float: right;
}
#GglRds.hide,
#GglSat.hide {
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 1px;
    height: 1px;
}
#toggle_button {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 2%;
    font-weight: 300;
    font-size: 48px;
    padding: 10px 8px 15px 10px;
    line-height: 35px;
    background: #fff;
    color: #cd2653;
    border-radius: 4px;
    box-shadow: -1px 0px 20px rgba(205, 38, 83, 0.3);
    text-decoration: none;
}

#toggle_button2 {
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 2%;
    font-weight: 300;
    font-size: 48px;
    padding: 10px 8px 15px 10px;
    line-height: 35px;
    background: #fff;
    color: #cd2653;
    border-radius: 4px;
    box-shadow: -1px 0px 20px rgba(205, 38, 83, 0.3);
    text-decoration: none;
}

#toggle_button3 {
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 2%;
    font-weight: bolder;
    font-size: 22px;
}

#toggle_button4 {
    z-index: 999;
    position: absolute;
    top: 50%;
    right: 2%;
    font-weight: bolder;
    font-size: 22px;
}

.mapCntrlBtn {
    font-weight: bold;
    margin: 3px;
    padding: 10px 19px;
    font-size: 14px;
    text-transform: initial;
    color: #cd2653;
    background: #ffffff!important;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px rgba(205, 38, 83, 0.12);
    transition: 0.3s;
    outline: none;
    border-radius: 2px;
}
.mapCntrlBtn:hover {
    text-decoration: unset;
    box-shadow: 0px 0px 5px rgba(205, 38, 83, 0.40);
    transition: 0.3s;
}

@media only screen and (orientation: landscape) {
    #toggle_button3 {
        visibility: hidden;
    }
    #toggle_button4 {
        visibility: hidden;
    }
    #GglRds {
        float: left;
        height: 100%;
        position: relative;
    }
    #GglSat {
        height: 100%;
        position: relative;
        float: right;
    }
}

@media only screen and (orientation: portrait) {
    #GglRds {
        width: 100%;
        height: 50%;
        position: relative;
    }
    #GglSat {
        width: 100%;
        height: 50%;
        position: relative;
    }
    #toggle_button {
        visibility: hidden;
    }
    #toggle_button2 {
        visibility: hidden;
    }
}