.black-bg p, .black-bg h1 {
    color: #fff;
}

#g-map iframe {
    position: relative;
    width: 100% !important;
    height: 30vw !important;
}

.contact-info a {
    color: #fff !important;
}

.products-wrapper .alt-icon-top {
    height: 150px;
    line-height: 150px;
}

.products-wrapper .alt-icon-top img {
    display: inline-block;
    width: auto !important;
    height: 150px !important;
}

.products-wrapper .alt-title {
    height: 50px;
    overflow: hidden;
}

.products-wrapper .gallery {
    height: 165px !important;
    overflow: hidden;
}

.products-wrapper .gallery img {
    display: inline-block;
    vertical-align: middle;
    height: 75px !important;
    width: auto !important;
    margin: 0 7px 15px 7px;
}

@media (max-width: 500px) {
    .products-wrapper .gallery {
        height: auto !important;
    }

    .products-wrapper .alt-icon-top {
        height: auto;
        line-height: normal;
    }

    .products-wrapper .alt-title {
        height: auto;
    }

    #g-map iframe {
        height: 80vw !important;
    }
}