.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 95% !important;
        height: 95% !important;
}

.comment_holder,
.comment_pager,
.comment_form
{ display:none;}

.footer_bottom{
height: auto;
line-height: normal;
}
.side_menu_button_wrapper{
display: none;
}

@media screen and (max-width: 1100px) {
.footer_bottom span{
margin: 20px;
}
}