/** Featured Home Images **/
.with__image img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


/*, (min-width: 1100px)*/
@media screen and (max-width: 991px) and (min-width: 768px) { 
    logo img {
        width: 200px !important;
        height: 80px !important;
    }
}
@media only screen and (min-width: 768px) {
    .with__image img {
        width: 75% !important;
    }

}

@media only screen and (max-width: 767px) {
    .with__image img {
        width: 100% !important;
    }

}


.

