.subheading {
    text-transform: none;
    letter-spacing: normal;
}

#header {
    padding-top: 2.4em;
}


.inner_div {
    position: relative;
}

.inner_div .inner_div_google {
    padding-right: 50px;
}

.dimensions_section {
    overflow: hidden;
}

.link_google_map {
    width: 7.5%;
    position: absolute;
    min-height: 50px;
    min-width: 50px;
    right: 0;
    top: 0;
    bottom: 50%;
}

.link_google_map img {
    width: 100%;
    height: 100%;
}

.image.left,
.image.right {
    max-width: 50%;
}

#wrapper > * > .inner {
    width: 80%;
}

@media screen and (max-width: 768px) {

    #wrapper > * > .inner {
        width: 100%;
    }

    .image.left, .image.right {
        max-width: 100%;
        padding: 1em 0;
    }

    .table-wrapper {
        overflow-x: visible;
    }

}

@media screen and (max-width: 1280px) {

    #footer {
        padding: 1em 0 3em 0;
    }
}