﻿body {
}
#banner_container{
    background-image:url(/png/footer-bkg.webp);
    background-size:contain;
    width:100%;
    height:auto;

}
#main_img {
    position: relative;
    width: 100%;
    height: auto;
}

.equipmenttitle1{

}

.equipment-brand1{
    width:175px;

}

.mid-section2 {
    width: 100%;
    background-image: url('../png/home/bg-consult.webp');
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 800px) {
    #main_img {
        position: relative;
        width: 100%;
        left: 0%;
        height: auto;
    }
}