

.banner{
    /*max-height: 500px;*/
    /*height:400px;*/
}

.banner img{
    height:auto;
    width:100%;
}

.bg-banner{
    background:#f2eeeb;
}

.product-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer-image img {
    height: 125px;
    width: 100%;
    object-fit: contain;
}

.brand img {
    height: 100%;
    width: 200px;

}

.mapouter {
    position: relative;
    text-align: center;
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
}

#gmap_canvas {
    /*top: -150px !important;*/
    width: 100%;
    height: 400px;
    opacity: 0.9;
}
