*{box-sizing:border-box;padding:0;margin:0;image-rendering:crisp-edges}

@media (max-width:600px) {
    .responsiveMining {
        flex-direction: column;
    }
    .responimg {
        display: none;
    }
    .responsivewidth {
        max-width: 100% !important;
    }
}
@media (max-width:920px) {
    .responImg {
        display: none;
    }
    .responDiv {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}
/* .react-reveal img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
} */