.bigcutterbox{
background:url("https://ssl.ingersoll-imc.com/resources/images/big-cutter-bg.jpg");
background-repeat:no-repeat;
background-size:100%;
transition:all .5s
}
.bigcutterbox:hover{
background-size:105%;
background-position-x: -10px;
transition:all .5s
}
.tradeshowsmallbox{
background:url("https://ssl.ingersoll-imc.com/resources/images/tradeshow_box_bg_475w.jpg");
background-repeat:no-repeat;
background-size:100%;
transition:all .5s
}
.tradeshowsmallbox:hover{
background-size:105%;
background-position-x: -10px;
transition:all .5s
}
.productlineslargebox{
background:url("https://ssl.ingersoll-imc.com/resources/images/product_lines_banner_homepage_475w.jpg");
background-repeat:no-repeat;
background-size:100%;
transition:all .5s
}
.productlineslargebox:hover{
background-size:105%;
background-position-x: -10px;
transition:all .5s
}
.promolargeboxblank{
background:url("https://ssl.ingersoll-imc.com/resources/images/b8d4dc_475X672.jpg");
background-repeat:no-repeat;
background-size:100%;
transition:all .5s
}
.promolargebox{
# background:url("https://ssl.ingersoll-imc.com/resources/images/promo_banner_homepage.jpg");
background:url("https://ssl.ingersoll-imc.com/resources/images/2022-promo-coming-soon.jpg");
background-repeat:no-repeat;
background-size:100%;
transition:all .5s
}
.promolargebox:hover{
background-size:105%;
background-position-x: -10px;
transition:all .5s
}
    .herobutton.longherobutton {
        width: 100%;
        max-width: 275px;
        background: rgba(49, 135, 170, 0.68);
        margin-top: 20px;
    }
    .herobutton.longherobutton:hover {
        width: 100%;
        max-width: 275px;
        background: white;
        margin-top: 20px;
        color: #1a9abe ;
    }
    .herostart {
        max-width: 1074px;
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .herotextfpsplit {
        margin-left: -2%;
    }

    .responsiveheroimage {
        width: 100%;
        position: relative;
        top: 35px;
    }

    .splitheroheading {
        text-shadow: 2px 2px 23px black, 1px 1px 32px black, 1px 1px 18px black !important;
    }

    @media (min-width: 530px) and (max-width: 767px) {
        .milling01.herotextfpsplit {
            top: -18%;
        }
    }

    @media (max-width: 767px) {
        .heroheadlinefpsmall {
            font-size: 20px;
        }

        .milling01.herotextfpsplit {
            left: 10px;
        }

        .responsiveheroimage {
            top: 22px;
        }
        .promolargebox{
		background-size:cover
		}
		.promolargebox{	
		background:url("https://ssl.ingersoll-imc.com/resources/images/promo_banner_homepage.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		transition:all .5s
		}
		.promolargebox:hover{
		background-size:cover;
		transition:all .5s
		}
        .bigcutterbox{
		background-size:cover
		}
		.bigcutterbox{	
		background:url("https://ssl.ingersoll-imc.com/resources/images/big-cutter-bg.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		transition:all .5s
		}
		.bigcutterbox:hover{
		background-size:cover;
		transition:all .5s
		}
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .responsiveheroimage {
            top: 80px;
        }
    }

    @media (max-width: 1175px) {
        .herotextfpsplit {
            margin-left: 0;
        }
    }
